load_map: Load a map of of the geographic strata.

View source: R/load-map.R

load_mapR Documentation

Load a map of of the geographic strata.

Description

load_map allows you to load a simple features object (sf package) that represents a map of the strata that can be easily plotted.

Usage

load_map(stratify_by = NULL)

Arguments

stratify_by

How were the data stratified?

Value

sf polygon object

Examples

# 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)



BrandonEdwards/bbsBayes documentation built on March 3, 2023, 9:55 a.m.