Learn R Programming

crestr (version 1.2.1)

accRealmNames: Return the list of the realms and associated biomes and ecoregions.

Description

Return the list of the realms and associated biomes and ecoregions.

Usage

accRealmNames(realm = NA, ecoregion = TRUE)

Value

A list with elements that correspond to the biomes (and possibly ecoregions) of each realm.

Arguments

realm

A name of accepted realm. Default is NA and returns a list of all the biome and ecoregion names sorted by realm.

ecoregion

A boolean to choose whether to get the ecoregions names.

See Also

Examples

Run this code
accRealmNames()
accRealmNames(realm='Africotropical')
accRealmNames(realm='Africotropical', ecoregion=FALSE)

Run the code above in your browser using DataLab