#' functional traits data
#'
#' Dataset on Ecuadorian bird communities to be used as example in the function
#' 'givemeTREE'. Organized as species (rows) by traits (columns) matrix with
#' binary 0/1 data in each cell (0 = species does not have trait, 1 = species
#' has trait).
#'
#' @docType data
#'
#' @usage data(traits)
#'
#' @examples
#'
#' traits <- data(traits)
#' givemeTREE(traits)
"traits"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.