setFeatures: Set a table of feature attributes

Description Usage Arguments Value See Also

Description

Set a table of feature attributes

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
setFeatures(x, table, ...)

## S4 method for signature 'ANY'
setFeatures(x)

## S4 method for signature 'geom'
setFeatures(x, table = NULL)

## S4 method for signature 'Spatial'
setFeatures(x, table = NULL)

## S4 method for signature 'sf'
setFeatures(x, table = NULL)

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

Arguments

x

the object to which to assign a new attribute table.

table

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

...

other arguments.

Value

The object x with an updated feature attribute table.

See Also

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


geometr documentation built on Sept. 21, 2021, 1:07 a.m.