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 createTimeBins.

protocolData

dataframe with the protocol data from the data list created by the function extractDBData or a subset of it created by the function filterProtocolData.

blindTimes

dataframe containing the blind times created by the function mergeVisibilityAndManualBlindTimes.

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.2.0 Index]