R/community.R

#' community data
#' 
#' Dataset on Ecuadorian bird communities to be used as examples in the functions
#' 'givemeNMDS' and 'givemeDIVERSITY'. Organized as site (rows) by species 
#' (columns) matrix with count data in each cell. 
#' 
#' @docType data
#' 
#' @usage data(community)
#' 
#' @examples 
#' 
#' comm <- data(community)
#' givemeNMDS(comm)
#' givemeDIVERSITY(comm)

"community"
henrycstevens/ccomm documentation built on Jan. 1, 2021, 3:17 a.m.