wk_set_z {wk} | R Documentation |
Set coordinate values
Description
Set coordinate values
Usage
wk_set_z(handleable, z, ...)
wk_set_m(handleable, m, ...)
wk_drop_z(handleable, ...)
wk_drop_m(handleable, ...)
wk_trans_set(value, use_z = NA, use_m = NA)
Arguments
handleable |
A geometry vector (e.g., |
z , m |
A vector of Z or M values applied feature-wise and recycled
along |
... |
Passed to the |
value |
An |
use_z , use_m |
Used to declare the output type. Use |
Examples
wk_set_z(wkt("POINT (0 1)"), 2)
wk_set_m(wkt("POINT (0 1)"), 2)
wk_drop_z(wkt("POINT ZM (0 1 2 3)"))
wk_drop_m(wkt("POINT ZM (0 1 2 3)"))
[Package wk version 0.9.2 Index]