R/data.R

#' @name Azores
#' @title Birds of Azores archipelago
#' @docType data
#'
#' @description A dataset containing the age of the archipelago, number of
#' species on mainland not present on the island, and each colonising clade with
#' colonisation and branching times, endemicity status, missing species, and the
#' type of species. Obtained and parsed from the relaxedDAISIE project strictly
#' for illustration and test purposes
#'
#' @format An object of class \code{list} of length 18:
#' \describe{
#'   \item{island_age}{Age of the island}
#'   \item{not_present}{Number of mainland species that did not colonise the
#'   island}
#'   \item{colonist_name}{The name of the colonising clade}
#'   \item{branching_times}{The age of the island and the colonisation and
#'   subsequent branching times for a clade}
#'   \item{stac}{Endemicity status for a clade}
#'   \item{missing_species}{Number of species missing from a phylogeny of a
#'   clade}
#'   \item{type1or2}{Defines what type of species are in a clade, used for
#'   2-type analysis}
#'   ...
#' }
#' @source Valente et al. (2020) doi:
#' \url{https://doi.org/10.1038/s41586-020-2022-5}
#' \url{https://github.com/joshwlambert/relaxedDAISIE}
"Azores"

#' @name Azores_alt_m
#' @title
#' Birds of Azores archipelago with alternative mainland species pool size
#' @docType data
#'
#' @description A dataset containing the age of the archipelago, number of
#' species on mainland not present on the island, and each colonising clade with
#' colonisation and branching times, endemicity status, missing species, and the
#' type of species. Obtained and parsed from the relaxedDAISIE project strictly
#' for illustration and test purposes
#'
#' @format An object of class \code{list} of length 18:
#' \describe{
#'   \item{island_age}{Age of the island}
#'   \item{not_present}{Number of mainland species that did not colonise the
#'   island}
#'   \item{colonist_name}{The name of the colonising clade}
#'   \item{branching_times}{The age of the island and the colonisation and
#'   subsequent branching times for a clade}
#'   \item{stac}{Endemicity status for a clade}
#'   \item{missing_species}{Number of species missing from a phylogeny of a
#'   clade}
#'   \item{type1or2}{Defines what type of species are in a clade, used for
#'   2-type analysis}
#'   ...
#' }
#' @source Valente et al. (2020) doi:
#' \url{https://doi.org/10.1038/s41586-020-2022-5}
#' \url{https://github.com/joshwlambert/relaxedDAISIE}
"Azores_alt_m"
tece-lab/DAISIEutils documentation built on Jan. 31, 2024, 12:09 p.m.