Display a data frame of available locations and their respective location groups/sets.

climate_locations(type = "all")

Arguments

type

character, "all", "region" or "point".

Value

a data frame.

Examples

climate_locations()
#> # A tibble: 3,953 x 2 #> Location Group #> <chr> <chr> #> 1 AK-CAN AK-CAN #> 2 Arctic LCC AK LCC regions #> 3 North Pacific LCC AK LCC regions #> 4 Northwestern Interior Forest South LCC AK LCC regions #> 5 Northwestern Interior Forest North LCC AK LCC regions #> 6 Western Alaska LCC AK LCC regions #> 7 Boreal Alaska L1 Ecoregions #> 8 Maritime Alaska L1 Ecoregions #> 9 Polar Alaska L1 Ecoregions #> 10 Alaska Range Transition Alaska L2 Ecoregions #> # ... with 3,943 more rows