Learn R Programming

geometr (version 0.2.10)

setGroups: Set a table of group attributes

Description

Set a table of group attributes

Usage

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(), setWindow()