daubenmire_raw: Daubenmire raw data

daubenmire_rawR Documentation

Daubenmire raw data

Description

Contains raw daubenmire data. For analysis, you likely do not want this data frame, but instead want one of these three: cover, milkweed, litter.

Usage

daubenmire_raw

Format

A data.frame with the following columns:

  • filepath: character, the name of the file that these data came from

  • date: Date, the date survey was taken

  • round: character, round number for the survey: 1, 2, or 3

  • observer: character, the individual/group who did the survey

  • siteID: character, unique identifier for the site

  • transectID: character, unique identified for the transect

  • section: character, point along the transect at which data was collected inside a 0.5m square

  • remaining columns are cover or counts for various responses

Details

This data.frame exists so that data issues can be checked. If you find an error in one of the three data.frames listed above and the error is also in this data.frame, then the error is in the raw data. If you find an error in one of the three data.frames listed above and the error is not here, then it is caused by the script data-raw/daubenmire.R that constructs those three data.frames.

See Also

cover, milkweed, litter, daubenmire_surveys


jarad/ISUmonarch documentation built on Aug. 10, 2022, 1:09 p.m.