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