knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(ccomm)
?givemeDIVERSITY ?givemeNMDS ?givemeTREE
givemeDIVERSITY(community)
NMDS <- givemeNMDS(community) treat=c(rep("Treatment1",4),rep("Treatment2",3)) ordihull(NMDS, groups = treat, display = "sites", draw = "polygon", col="grey90") orditorp(NMDS,display="sites",col=c(rep("red",4),rep("blue",3)), cex = 1, air=2)
givemeSTRESS(community)
givemeTREE(traits)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.