powered by
Plot objects of class "accumulation" produced by accum_hill and other accumulation functions.
# S3 method for accumulation autoplot( object, ..., main = NULL, xlab = "Sample Size", ylab = NULL, shade_color = "grey75", alpha = 0.3, lty = 1, lwd = 0.5 )
A ggplot2::ggplot object.
An object of class "accumulation".
Unused.
The main title of the plot.
The label of the x-axis.
The label of the y-axis.
The color of the shaded confidence envelopes.
The opacity of the confidence envelopes, between 0 (transparent) and 1 (opaque).
The line type of the curves.
The line width of the curves.
# Species accumulation curve autoplot(accum_hill(mock_3sp_abd))
Run the code above in your browser using DataLab