computeObservationTime {birdscanR} | R Documentation |
computeObservationTime
Description
Compute blind times and observation times during time bins based on protocol data and blind times
Usage
computeObservationTime(
timeBins,
protocolData,
blindTimes,
blindTimeAsMtrZero = NULL
)
Arguments
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. |
Value
returns a dataframe with the time bins completed with the observation times of each time bin.
Author(s)
Fabian Hertner, fabian.hertner@swiss-birdradar.com; Birgen Haest, birgen.haest@vogelwarte.ch
[Package birdscanR version 0.3.0 Index]