rarecurve_plot | R Documentation |
Function rarecurve_plot draws a rarefaction curve for each row of the input data.
rarecurve_plot(comm, color = "int")
comm |
Community data a matrix |
color |
Options "int" and "id". |
color "int" display the intinsity based on species abundance, and "id" display unique colour for each site.
a ggplot2 object
data("dune") rarecurve_plot(dune) rarecurve_plot(dune, color = "id") rarecurve_plot(dune, color = "int")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.