Set a table of group attributes

setGroups(x, table, ...)

# S4 method for ANY
setGroups(x)

# S4 method for geom
setGroups(x, table = NULL)

# S4 method for RasterLayer
setGroups(x, table = NULL)

Arguments

x

the object to which to assign a new attribute table.

table

[data.frame(.)]
the new attribute table.

...

other arguments.

Value

The object x with an updated group attribute table.

See also

Other setters: setCRS(), setFeatures(), setHistory(), setNames(), setWindow()