| as_per_km2 | R Documentation |
Standardize number to density per km2.
as_per_km2(x, unit)
x |
|
unit |
|
A numeric vector.
as_per_km2(5, "km2")
as_per_km2(5, "acres")
as_per_km2(c(5, 10), "ha")
as_km2(c(5, 10), c("ha", "acres"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.