R/data.R

#' Endemicity data on the Asteraceae species of Hawaii
#'
#' A dataset containing the tip labels of the species in the tree and their
#' endemicity status on the archipelago of Hawaii.
#'
#' @format An object of class \code{data.frame} of length 126:
#' \describe{
#'   \item{tip_labels}{Species names at the tip of the phylogeny}
#'   \item{tip_endemicity_status}{Endemicity status of the species}
#' }
"hawaii_asters"

#' Endemicity data on the Mammals species of Madagascar
#'
#' A dataset containing the tip labels of the species in the tree and their
#' endemicity status on the island of Madagascar.
#'
#' @format An object of class \code{data.frame} of length 215:
#' \describe{
#'   \item{tip_labels}{Species names at the tip of the phylogeny}
#'   \item{tip_endemicity_status}{Endemicity status of the species}
#' }
"madagascar_mammals"

#' World map border in Robinson projection
#'
#' An S4 SpatialPolygonDataFrame class containing data to plot the border of
#' the world map in a Robinson projection.
#'
#' @format An object of class \code{SpatialPolygonDataFrame}
"world_border"
joshwlambert/DAISIEprepExtra documentation built on Dec. 24, 2024, 6:35 p.m.