CameraTrapDataCollection: Function to print each photograph and collect data on the...

Description Usage Arguments Value Examples

View source: R/CameraTrapDataCollection.R

Description

Function to print each photograph and collect data on the time the photo was taken.

Usage

1
2
3
4
5
6
CameraTrapDataCollection(
  inputfile = CameraTrapDataOutput,
  rowstart = 1,
  dataframe.cont = FALSE,
  option = "Viewer"
)

Arguments

inputfile

the dataframe output by the CameraTrapDataAccess function

rowstart

if data collection was interrupted using the command 'break' which row to use to resume

dataframe.cont

logical; change to 'TRUE' if data collection was interrupted

option

'Viewer' or 'Plot' indicates how to print image; 'Viewer' loads faster but may not show entire image

Value

a dataframe with an additional column 'Time' with user input values

Examples

1
2
 CombinedAnimalDF_TimeAdded <- CameraTrapDataCollection(inputfile =
CameraTrapDataOutput,dataframe.cont=FALSE)

DenaJGibbon/behaviouR documentation built on Aug. 27, 2020, 10:57 p.m.