Learn R Programming

camtrapR (version 2.3.0)

camtraps: Sample camera trap station information

Description

Example camera trap station information table

Usage

data(camtraps)

Arguments

Format

A data frame with 3 rows and 7 variables

Details

This is a general example of how information about camera trap stations are arranged in camtrapR. It contains setup and retrieval dates and coordinates. If more than 1 camera was set up at a station (e.g. 2 cameras facing each other), a camera ID column must be added, with camera-specific information instead of station-specific information. If cameras malfunctioned repeatedly, additional pairs of problem columns can be added, e.g. "Problem2_from" and "Problem2_to" etc..

The variables are as follows:

StationCamera trap station ID
utm_yy coordinate of station (northing)
utm_xx coordinate of station (easting)
Setup_datecamera trap setup date
Retrieval_datecamera trap retrieval date
Problem1_fromfirst day of camera malfunction
Problem1_tolast day of camera malfunction