averageSS {GenEst} | R Documentation |
Tabulate an average search schedule from a multi-unit SS data table
Description
Given a multi-unit Search Schedule data table, produce an average search schedule for use in generic detection probability estimation.
Usage
averageSS(data_SS, SSdate = NULL)
Arguments
data_SS |
a multi-unit SS data table, for which the average interval
will be tabulated. It is assumed that |
SSdate |
Column name for the date searched data (optional).
if no |
Value
vector of the average search schedule
Examples
data(mock)
avgSS <- averageSS(mock$SS)