R/data.R

#' A sample of species data from one plot
#' 
#' A sample of GBIF point locality occurrence data for species co-occurring at a vegetation plot in SW Virginia
#' 
#' @docType data
#' @keywords datasests
#' @name distr
#' @usage data(distr)
#' @format A data.frame with 5 columns
#' 'distr'
NULL

#' A sample of genera data from one plot
#' 
#' A sample of GBIF point locality occurrence data for the genera co-occurring at a vegetation plot in SW Virginia
#' 
#' @docType data
#' @keywords datasests
#' @name distrgen
#' @usage data(distrgen)
#' @format A data.frame with 5 columns
#' 'distrgen'
NULL

#' Global distribution of Abies
#' 
#' A sample of GBIF point locality occurrence data for the genus Abies for illustrating findlocal and geo_findlocal routines
#' 
#' @docType data
#' @keywords datasests
#' @name abies
#' @usage data(abies)
#' @format A data.frame with 4 columns
#' 'abies'
NULL

#' Raster grid for 19 Bioclimatic Variables from the CLIMOND project
#' 
#' A dataset of climate model output for 19 bioclimatic variables. Original data (AND MORE) can be found here (Account required but free): https://www.climond.org
#' 
#' @docType data
#' @keywords datasests
#' @name climondbioclim
#' @usage data(climondbioclim)
#' @format A raster stack
#' @source \url{https://www.climond.org}
#climondbioclim
NULL
rsh249/vegdistmod documentation built on May 28, 2019, 3:31 a.m.