Plot Diversity Accumulation
An "Accumulation" object that can be accumulation of diversity (DivAccum
), entropy (EntAccum
) or the Mixing index (Mixing
).
Further plotting arguments.
The order of Diversity. By default, the first value found in the "Accumulation" object is used.
Plotting parameter. Default is "l".
Main title of the plot.
X-axis label.
Y-axis label.
Limits of the Y-axis, as a vector of two numeric values.
if TRUE
, the values of the null hypothesis are plotted.
Width of the Diversity Accumulation Curve line.
The color of the shaded confidence envelope.
The color of the borders of the confidence envelope.
# Generate a random community
spCommunity <- rSpCommunity(1, size=50, S=3)
# Calculate mixing indices of order 0 and 1
accum <- Mixing(spCommunity, q.seq=c(0,1))
#>
#>
plot(accum, q=0)