R/rangedata.R

#' Randomely generated elevational extents data for twenty species
#'
#' An example data that can be used with the function
#' \code{\link{range_shuffle}}. The data contains
#' randomly generated elevational extents between 600m and 2400m. The function
#' will expect same column names as in the example data.
#'
#' It is a data.frame contains five collumns with following names:
#' \itemize{
#'  \item{"min"}{ minimum elevation of range extent}
#'  \item{"max"}{ maximum elevation of range extent}
#'  \item{"range"}{ max - min}
#'  \item{"mid"}{ mid points of the range extents}
#'  \item{"num_zones"}{ number of elevation zone across which the species was recorded}
#' }
#'
#'
#'
#' @format a dataframe with 20 rows and five columns
#' @name rangedata
NULL

Try the rangemodelR package in your browser

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

rangemodelR documentation built on May 2, 2019, 2:09 a.m.