setGroups: Set a table of group attributes
Description
Set a table of group attributes
Usage
# 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.
Value
The object x
with an updated group attribute table.