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