data(possum)capthist object
'possumCH'. 'possummask' is a matching mask object - see Examples. Two
fitted models ('possum.model.1' & 'possum.model.1b') are provided for
illustration.
From secr 1.5 a dataframe possumarea is included to indicate the
boundary of potential habitat, and this is used to clip
possummask. 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.
Clipping of the mask, introduced in secr 1.5, slightly changes the
fitted models (and hence the density estimates).
trim to save space.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.1, possum.model.1b)
model.average(possum.model.1, possum.model.1b)Run the code above in your browser using DataLab