R/data.R

#'NOAA Pacific RAMP, Small Belt Transect, 2002-2010
#'
#'Dataset from Coral Reef Fish Surveys, conducted by the NOAA Pacific Reef
#'Assessment and Monitoring Program (RAMP). The survey area includes the
#'Main and Northwest Hawaiian Islands, the Mariana Archipelago, and various
#'remote islands in the central pacific.
#'
#'@format A data.frame with 263580 rows, and 6 fields:
#'\describe{
#'  \item{BLOCK}{Spacetime temporial strata.}
#'  \item{REP}{Replicate, survey site.}
#'  \item{GROUP}{Species or taxinominal grouping.}
#'  \item{METHOD}{Survey method used.}
#'  \item{DENSITY}{Group abundance of positive observations.}
#'  \item{PRESENCE}{Proportion of presence over absence of a group at a survey site.}
#'}
#'
#'@source \url{https://www.pifsc.noaa.gov/library/pubs/admin/PIFSC_Admin_Rep_11-08.pdf}
"SMALL_UNPAIR"

#'SIMDATA: Simulation data
#'
#'Description Of SIMDATA
#'
#'@format A data.frame with 4586 rows, and 6 fields:
#'\describe{
#'  \item{GROUP}{Species or taxinominal grouping.}
#'  \item{BLOCK}{Spacetime temporial strata.}
#'  \item{REP}{Replicate, survey site.}
#'  \item{METHOD}{Survey method used.}
#'  \item{DENSITY}{Group abundance of positive observations.}
#'  \item{PRESENCE}{Proportion of presence over absence of a group at a survey site.}
#'}
#'
#'@source \url{https://www.pifsc.noaa.gov/library/pubs/admin/PIFSC_Admin_Rep_11-08.pdf}
"SIMDATA"
marcnadon/Calibr documentation built on Nov. 4, 2019, 5:22 p.m.