computeObservationTime {birdscanR} | R Documentation |
Compute blind times and observation times during time bins based on protocol data and blind times
computeObservationTime(
timeBins,
protocolData,
blindTimes,
blindTimeAsMtrZero = NULL
)
timeBins |
dataframe with the time bins created by the function
|
protocolData |
dataframe with the protocol data from the data list
created by the function |
blindTimes |
dataframe containing the blind times created by the
function |
blindTimeAsMtrZero |
character string vector with the blind time types which should be treated as observation time with MTR zero. |
returns a dataframe with the time bins completed with the observation times of each time bin.
Fabian Hertner, fabian.hertner@swiss-birdradar.com; Birgen Haest, birgen.haest@vogelwarte.ch