R/data_meta.R

#' Abundance Data for Function FunD
#'
#' This data set describes the abundance and functional distance of 168 woody plants
#' in Taiwan dynamics plots as reported by Wu et al. (2010).It includes two
#' dynamic plots: Fushan at northern Taiwan and Kenting at southern Taiwan,
#'  which contains 94,86 woody distinct plants respectively.
#' @usage data(FunDdata.abu)
#' @format A list includes two objects:
#' \describe{
#'   \item{data}{is a data frame with 168 woody plants abundance data and two sites: Fushan and Kenting.}
#'   \item{dij}{is a trait-based functional distance between the i-th and j-th species among the 168 species.}
#' }
#' @source Carboni, M., Santoro, R., & Acosta, A. T. R. (2010). Are some communities of the coastal dune zonation more susceptible to alien plant invasion?. Journal of Plant Ecology, 3(2), 139-147.
"FunDdata.abu"


#' Incidence Data for Function FunD
#'
#' This data set describes the incidence frequencies and functional distance of 23 fungi at
#' Bavarian Forest National Park in German as reported by Simon Thorn et al. (2011). Data is
#' collected in two types of forest: logged and unlogged, which contains 16, 19 distinct
#' fungi respectively.
#' @usage data(FunDdata.inc)
#' @format A list includes two objects:
#' \describe{
#'   \item{data}{is a data frame with 23 fungi incidence frequencies data and two types of forest: logged and unlogged. The first row is the number of sampling units for each type of forest.}
#'   \item{dij}{is a trait-based functional distance between the i-th and j-th species among the 23 fungi.}
#' }
#' @source Carboni, M., Santoro, R., & Acosta, A. T. R. (2010). Are some communities of the coastal dune zonation more susceptible to alien plant invasion?. Journal of Plant Ecology, 3(2), 139-147.
"FunDdata.inc"
KaiHsiangHu/iNEXT3D documentation built on July 18, 2021, 8:11 p.m.