shoveler {nmixgof}R Documentation

Northern shoveler data

Description

Repeated count data of Northern shoveler with covariates, formatted for use with the unmarked package.

Usage

shoveler

Format

A list with three elements

y

A matrix with Northern shoveler counts

site

A data frame with site specific covariates

obs

A list containing observation specific covariates

References

Knape et al. (2018) Methods in Ecology and Evolution in press. (BioRxiv)

Examples

library(unmarked)
umf = unmarkedFramePCount(y = shoveler$y, obsCovs = shoveler$obs, siteCovs = shoveler$site)

[Package nmixgof version 0.1.0 Index]