View source: R/rankabun_plot.R
rankabund_plot | R Documentation |
rankabun_plot
rankabund_plot(comm, method = "abundance")
comm |
A community data.frame. |
method |
Options are "abundance" and "logabun". |
A ggplot object.
require(vegan) data(dune) rankabund_plot(dune) rankabund_plot(dune, method ="logabun") rankabund_plot(dune, method ="rel.abund")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.