data(possum)capthist object
`possumCH'. `possummask' is a matching mask object - see Examples.
Several fitted models are provided for illustration.
The dataframe possumarea contains boundary coordinates of a
habitat polygon that is used to clip possummask at the shore
(from secr 1.5). possumarea comprises a single polygon
representing the extent of terrestrial vegetation to the west, north and
east, and an arbitrary straight southern boundary. The boundary is also
included as a shapefile and as a text file (`possumarea.shp' etc. and
`possumarea.txt' in the package `extdata' folder). See Examples in
make.mask.
The dataframe possumremovalarea contains boundary coordinates of
another polygon, the nominal removal area of Efford et al. (2005 Fig. 1)
(from secr 2.3).
capthistplot(possummask)
plot(possumCH, tracks = TRUE, add = TRUE)
plot(traps(possumCH), add = TRUE)
lines(possumarea)
summary(possumCH)
## compare & average pre-fitted models
AIC(possum.model.0, possum.model.b, possum.model.h2)
model.average(possum.model.0, possum.model.b, possum.model.h2)Run the code above in your browser using DataLab