R/data.R

#' Occurrence records of Abronia graminea
#'
#' A dataset containing occurrence records for Abronia graminea.
#' The data was downloaded from GBIF (GBIF, 2022).
#'
#' @format A data frame with 106 rows and 5 variables:
#' \describe{
#'   \item{species}{Scientific name of the species}
#'   \item{decimalLongitude}{Longitude}
#'   \item{decimalLatitude}{Latitude}
#'   \item{year}{Observation year}
#'   \item{gbif_doi}{DOI id for citing the dataset}
#'   ...
#' }
#' @source GBIF.org (22 February 2022) GBIF Occurrence
#' Download \doi{10.15468/dl.teyjm9}
"abronia"

#' Colors for plotting
#'
#' A string vector of colors for plotting the vignette example.

"colors"

Try the tenm package in your browser

Any scripts or data that you put into this service are public.

tenm documentation built on Sept. 11, 2024, 6:34 p.m.