Plot realised occupancy proportions
plot_realised.RdPlots species-level proportions of occupied sites by season, \(\frac{\sum_{i = 1}^I z_{kis}}{I}\), potentially by region.
Usage
plot_realised(
fit,
by_region = FALSE,
species = NULL,
sites = NULL,
regions = NULL,
seasons = NULL,
...
)Arguments
- fit
A fitted model object from
occARU().- by_region
logical. Whether to plot by region, if multiple regions were included.- species
character. Vector of species to plot. IfNULL(default), all species are plotted. Must be one ofattr(occARU_data, "species").- sites
character. Vector of sites to use. IfNULL(default), all sites are used. Must be one ofattr(occARU_data, "sites").- regions
character. Vector of regions to use. IfNULL(default), all regions are used. Must be one ofattr(occARU_data, "regions").- seasons
character. Vector of seasons to use. IfNULL(default), all seasons are used. Must be one ofattr(occARU_data, "seasons").- ...
Additional arguments passed to
ggdist::stat_pointinterval().