unitless_measures | R Documentation |
Unitless measures
st_ul_area(x, ...)
st_ul_length(x)
st_ul_distance(
x,
y,
...,
dist_fun,
by_element = FALSE,
which = ifelse(isTRUE(sf::st_is_longlat(x)), "Great Circle", "Euclidean"),
par = 0,
tolerance = 0
)
x |
object of class |
... |
ignored |
y |
object of class |
dist_fun |
deprecated |
by_element |
logical; if |
which |
character; for Cartesian coordinates only: one of |
par |
for |
tolerance |
ignored if |
suppressPackageStartupMessages(library(dplyr))
data(states_map)
states_map %>%
filter(sfx::st_ul_area(states_map) > 250e9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.