Methods for bracket extraction [
in Package `unmarked'
# S4 method for unmarkedEstimateList,ANY,ANY,ANY
[(x, i, j, drop)
# S4 method for unmarkedFit,ANY,ANY,ANY
[(x, i, j, drop)
# S4 method for unmarkedFrame,numeric,numeric,missing
[(x, i, j)
# S4 method for unmarkedFrame,list,missing,missing
[(x, i, j)
# S4 method for unmarkedMultFrame,missing,numeric,missing
[(x, i, j)
# S4 method for unmarkedMultFrame,numeric,missing,missing
[(x, i, j)
# S4 method for unmarkedFrameGMM,numeric,missing,missing
[(x, i, j)
# S4 method for unmarkedFrameGDS,numeric,missing,missing
[(x, i, j)
# S4 method for unmarkedFramePCO,numeric,missing,missing
[(x, i, j)
Object of appropriate S4 class
Row numbers
Observation numbers (eg occasions, distance classes, etc...)
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 observations from an unmarkedFrame.
Extract rows from an unmarkedFrame
Extract rows and observations from an unmarkedFrame
Extract primary sampling periods from an unmarkedMultFrame
List is the index of observations to subset for each site.
Extract rows (sites) from an unmarkedMultFrame
Extract rows (sites) from an unmarkedFrameGMM object
Extract rows (sites) from an unmarkedFrameGDS object
Extract rows (sites) from an unmarkedFramePCO object
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]
Run the code above in your browser using DataLab