Set a table of feature attributes
setFeatures(x, table, ...) # S4 method for ANY setFeatures(x) # S4 method for geom setFeatures(x, table = NULL) # S4 method for Spatial setFeatures(x, table = NULL) # S4 method for sf setFeatures(x, table = NULL)
x | the object to which to assign a new attribute table. |
---|---|
table | [ |
... | other arguments. |
The object x
with an updated feature attribute table.
Other setters:
setCRS()
,
setGroups()
,
setHistory()
,
setNames()
,
setWindow()