bear {IPMbook} | R Documentation |
Data for black bears in Louisiana, USA, 2007-2012
Description
The data on the Louisiana black bear (Ursus americanus luteolus) were collected during six years (2007-2012) in the Upper Atchafalaya River Basin in South-central Louisiana, USA, using hair snares. Hair samples were collected during eight consecutive weeks in each year and a selection of samples were genotyped resulting in spatial capture-recapture (SCR) data. This data set includes SCR data for 2007, 2009 and 2011, plus simple occupancy data for 2008, 2010 and 2012. See Chandler and Clark (2014) for details.
Note that not all hair samples were successfully genotyped, and traps were not deployed at all 128 locations in every year, leading to NAs in the data.
Usage
data(bear)
Format
bear
is a list with 3 components:
- scr
an array with SCR data, individuals x traps x occasions x years.
- occ
an array with detection/nondetection data, locations x occasions x years.
- trap.coord
a 2-column matrix with the coordinates of the trap locations.
Source
Louisiana Department of Wildlife and Fisheries
References
Chandler, R. B., Clark, J. D. (2014) Spatially explicit integrated population models. Methods in Ecology and Evolution 5, 1351-1360.
Schaub, M., Kéry, M. (2022) Integrated Population Models, Academic Press, chapter 21.
Examples
data(bear)
str(bear)