| [-methods | R Documentation |
Methods for bracket extraction [ in Package ‘unmarked’
## S4 method for signature 'unmarkedEstimateList,ANY,ANY,ANY'
x[i, j, drop]
## S4 method for signature 'unmarkedFit,ANY,ANY,ANY'
x[i, j, drop]
## S4 method for signature
## 'unmarkedFrame,numericOrLogical,numericOrLogical,missing'
x[i, j]
x |
Object of appropriate S4 class |
i |
Site numbers or a vector of TRUE/FALSE |
j |
Observation numbers (occasions or primary periods) or a vector of TRUE/FALSE |
drop |
Not currently used |
Extract a unmarkedEstimate object from an unmarkedEstimateList by name (either 'det' or 'state')
Extract a unmarkedEstimate object from an unmarkedFit by name (either 'det' or 'state')
Extract sites and/or observations from an unmarkedFrame
data(mallard)
mallardUMF <- unmarkedFramePCount(mallard.y, siteCovs = mallard.site,
obsCovs = mallard.obs)
summary(mallardUMF)
mallardUMF[1:5,]
mallardUMF[,1:2]
mallardUMF[1:5, 1:2]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.