biome_name: Biome names

View source: R/utils-biome.R

biome_nameR Documentation

Biome names

Description

Obtain biome names from the map created by \insertCitehengl2018global;textualsmpds, using the ID_BIOME.

Usage

biome_name(.data, ...)

## S3 method for class 'tbl_df'
biome_name(.data, ...)

## S3 method for class 'numeric'
biome_name(.data, ...)

Arguments

.data

Numeric vector or data frame (tibble object with a column called ID_BIOME) with values linked to a biome provided by the map created by \insertCitehengl2018global1kmres;textualsmpds. (See pnv_classes).

...

Optional parameters (not used).

Value

Table (tibble object) with biome metadata.

References

\insertAllCited

See Also

Other utils biome: extract_biome(), plot_biome()

Examples

`%>%` <- magrittr::`%>%`
data <- tibble::tibble(entity_name = "University of Reading",
                        latitude = 51.4414,
                        longitude = -0.9418)
data %>%
  extract_biome() %>%
  biome_name()

biome_name(1:10)


special-uor/smpds documentation built on July 9, 2024, 5:39 p.m.