
Last chance! 50% off unlimited learning
Sale ends in
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(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