load_map | R Documentation |
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)
stratify_by |
How were the data stratified? |
sf polygon object
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.