R/data.R

# Copyright (c) 2022 Andrew Marx. All rights reserved.
# Licensed under GPLv3.0. See LICENSE file in the project root for details.

#' Lepanthes rupestris
#'
#' A 10-year presence/absence dataset (1999-2008) of \emph{Lepanthes rupestris}
#' at 975 phorophyte patches in the Luquillo Experimental Forest, Puerto Rico.
#'
#' @format A data frame with 975 rows and 23 variables:
#' \describe{
#'   \item{UID}{Unique id for phorophyte}
#'   \item{x.coord}{X-coordinate}
#'   \item{y.coord}{Y-coordinate}
#'   \item{z.coord}{Z-coordinate}
#'   \item{Phorophyte}{Phorophyte type either rock or tree}
#'   \item{X70199}{Sampling in 1999}
#'   \item{X20100}{First sampling of 2000}
#'   \item{X80100}{Second sampling of 2000}
#'   \item{X10101}{First sampling of 2001}
#'   \item{X60101}{Second sampling of 2001}
#'   \item{X10102}{First sampling of 2002}
#'   \item{X60102}{Second sampling of 2002}
#'   \item{X120202}{Third sampling of 2002 (late in the year)}
#'   \item{X61003}{First sampling of 2003}
#'   \item{X12404}{First sampling of 2004}
#'   \item{X71704}{Second sampling of 2004}
#'   \item{X12205}{First sampling of 2005}
#'   \item{X91705}{Second sampling of 2005}
#'   \item{X72406}{First sampling of 2006}
#'   \item{X20307}{First sampling of 2007}
#'   \item{X61507}{Second sampling of 2007}
#'   \item{X10208}{First sampling of 2008}
#'   \item{Total_Moss_area}{Total are covered by moss in the phorophyte}
#' }
#'
#' @section Citation:
#'
#' Acevedo, Miguel; Beaudrot, Lydia; Melendez-Ackerman, Elvia; Tremblay, Raymond
#' (2020), Local extinction risk under climate change in a neotropical asymmetrically
#' dispersed epiphyte, Dryad, Dataset, https://doi.org/10.5061/dryad.9p8cz8wc6
#'
#' @source
#'
#' \url{https://doi.org/10.5061/dryad.9p8cz8wc6}
"lepanthes_rupestris"
andrewmarx/ecodata documentation built on April 19, 2022, 11:16 a.m.