R/datasets.R

#' Table taxa
#'
#'
#' Rainbio taxonomic backbone
#'
#' @docType data
#'
#' @usage data(table_taxa_tb)
#'
#' @format An object data.frame/tibble
#'
#' @keywords datasets
#'
#'
#' @examples
#' data(table_taxa_tb)
"table_taxa_tb"


#' phylo_tree
#'
#' Phylogeny from Janssens et al 2020
#'
#' @docType data
#'
#' @usage data(phylo_tree)
#'
#' @format An object of class phylo
#'
#' @keywords datasets
#'
#'
#' @examples
#' data(phylo_tree)



#' model_wd_2
#'
#' Linear model to predict whole-tree wood density from Global Wood Density database
#'
#' @docType data
#'
#' @usage data(model_wd_2)
#'
#' @format An object of class lm
#'
#' @keywords datasets
#' @references Momo et al 2020
#'
#'
#' @examples
#' data(model_wd_2)
"model_wd_2"


#' model_wd_1
#'
#' Linear model to predict whole-tree wood density from small branches wood density
#'
#' @docType data
#'
#' @usage data(model_wd_2)
#'
#' @format An object of class lm
#'
#' @keywords datasets
#' @references Momo et al 2020
#'
#' @examples
#' data(model_wd_2)
"model_wd_1"
gdauby/bdd_plots_central_africa documentation built on June 2, 2025, 6:16 a.m.