R/traits.R

#' 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"
henrycstevens/ccomm documentation built on Jan. 1, 2021, 3:17 a.m.