View source: R/get-strata-area.R
get_strata_area | R Documentation |
get_strata_area
allows you to obtain the area of each strata
for a given stratification type.
get_strata_area(strata_type = NULL)
strata_type |
Stratification type to return the areas of |
Data frame with the following variables:
region |
Name of the stratum/region |
area_sq_km |
Area of the stratum/region in square kilometres |
# Obtain the strata area for each of the 5 stratification types
# USGS BBS
st_area <- get_strata_area(strata_type = "bbs_usgs")
# CWS BBS
st_area <- get_strata_area(strata_type = "bbs_cws")
# BCR
st_area <- get_strata_area(strata_type = "bcr")
# State/Province/Territory
st_area <- get_strata_area(strata_type = "state")
# Degree block
st_area <- get_strata_area(strata_type = "latlong")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.