View source: R/convert_dist_units.R
convert_dist_units | R Documentation |
Convert distance (and area) values between different units
convert_dist_units(dist, from = NULL, to = "meter")
dist |
Numeric or units object |
from |
Existing unit for dist, Default: |
to |
Unit to convert distance to, Default: 'meter' |
Object created by units::set_units()
Other dist:
convert_dist_scale()
,
get_measurements
,
is_dist_units()
,
sf_bbox_misc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.