R/PitTraps-descr.R

#' Pitfall trap data
#'
#' Counts of 187 terrestial invertebrate species caught in pitfall traps spanning a habitat boundary.
#'
#' @docType data
#'
#' @usage data(PitTraps)
#'
#' @format Dataframe of dimension 120 by 189. Location ("B", "R", "C" or "L") and distance (m) from habitat boundary are in the first two columns, and species counts in the remaining 187 columns.
#'
#' @keywords datasets
#'
#' @references Millar, Anderson & Zunan (2005) Fitting nonlinear environmental gradients to community data: A general distance based approach. Ecology. 86: 2245-2251)

#' @examples
#' data(PitTraps)
"PitTraps"
rbmillar/SplineCAP documentation built on Feb. 20, 2021, 6:40 a.m.