wk_set_z | R Documentation |
Set coordinate values
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)
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 |
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)"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.