spt_update {sfdep} | R Documentation |
Update spacetime attributes
Description
Update's a spacetime object's number of locations and time periods.
A spacetime object's attributes are sticky and will not change if subsetted
for example by using dplyr::filter()
or dplyr::slice()
. Update the
locations and times of a spacetime object.
Usage
spt_update(x, ...)
Arguments
x |
a spacetime object |
... |
unused |
Value
an object of class spacetime with updated attributes
[Package sfdep version 0.2.4 Index]