biome_name | R Documentation |
Obtain biome names from the map created by
\insertCitehengl2018global;textualsmpds,
using the ID_BIOME
.
biome_name(.data, ...)
## S3 method for class 'tbl_df'
biome_name(.data, ...)
## S3 method for class 'numeric'
biome_name(.data, ...)
.data |
Numeric vector or data frame ( |
... |
Optional parameters (not used). |
Table (tibble
object) with biome metadata.
Other utils biome:
extract_biome()
,
plot_biome()
`%>%` <- magrittr::`%>%`
data <- tibble::tibble(entity_name = "University of Reading",
latitude = 51.4414,
longitude = -0.9418)
data %>%
extract_biome() %>%
biome_name()
biome_name(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.