Description Usage Arguments Value Functions See Also Examples
get_perim_along
calculate the euclidean distance between every points of a shape
get_perim
is simply sum(coo_perim_along)
get_perim_cumsum
is simply cumsum(coo_perim_along)
1 2 3 4 5 | get_perim_along(x)
get_perim(x)
get_perim_cumsum(x)
|
x |
coo_single, coo_list or mom_tbl |
numeric
or additional column
get_perim
: Calculate total perimeter
get_perim_cumsum
: Calculate cumsum between successive points of a shape
Other getters:
get_nb()
1 | bot %>% pick(1) %>% get_perim_along()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.