#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.