Description Usage Arguments Value Functions Examples
View source: R/coo_modifyers.R
A closed shape is a shape with the same first and last coordinates.
1 2 3 4 5 6 7 | coo_close(x, from_col, to_col, ...)
coo_unclose(x, from_col, to_col, ...)
is_closed(x)
is_unclosed(x)
|
x |
coo_single, coo_list or mom_tbl |
from_col |
colnames from where to get the coo_list and how to name the resulting one (only for mom_tbl method) |
to_col |
colnames from where to get the coo_list and how to name the resulting one (only for mom_tbl method) |
... |
useless here |
a coo_single, coo_list or mom_tbl
coo_unclose
: Unclose shapes
is_closed
: Tests if a coo_single (only) is closed
is_unclosed
: Tests if a coo_single (only) is unclosed
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.