rankabund_plot: rankabun_plot

View source: R/rankabun_plot.R

rankabund_plotR Documentation

rankabun_plot

Description

rankabun_plot

Usage

rankabund_plot(comm, method = "abundance")

Arguments

comm

A community data.frame.

method

Options are "abundance" and "logabun".

Value

A ggplot object.

Examples

require(vegan)
data(dune)
rankabund_plot(dune)
rankabund_plot(dune, method ="logabun")
rankabund_plot(dune, method ="rel.abund")

PaulESantos/diversity.tool documentation built on July 29, 2022, 8:20 a.m.