Learn R Programming

geometr (version 0.2.5)

setFeatures: Set a table of feature attributes

Description

Set a table of feature attributes

Usage

# 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)

# S4 method for sfc setFeatures(x, table = NULL)

# S4 method for ppp setFeatures(x, table = NULL)

Arguments

x

the object to which to assign a new attribute table.

table

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

Value

The object x with an updated feature attribute table.

See Also

Other setters: setCRS(), setGroups(), setHistory(), setWindow()