powered by
load_map allows you to load a simple features object (sf package) that represents a map of the strata that can be easily plotted.
load_map
sf
load_map(stratify_by = NULL)
sf polygon object
How were the data stratified?
# Toy example with Pacific Wren sample data # First, stratify the sample data strat_map <- load_map(stratify_by = "bbs_cws") # simple plot of the map plot(strat_map)
Run the code above in your browser using DataLab