Description Usage Arguments Value Examples
View source: R/utility_functions.R
Plots the abundance-occupancy relationship of species in a community categorized as common or rare by fuzzyq.
1 2 3 4 5 6 7 8 9 10 |
fq |
A list of class |
col.rc |
A vector specifying two colors to be used to plot common and rare species. Accept any valid color specification in R. |
opacity |
Number within [0,1] specifying the opacity of convex hulls grouping common and rare species. |
log.x |
Logical. Whether or not the x axis should be in log10 scale. |
log.y |
Logical. Whether or not the y axis should be in log10 scale. |
xLab |
String. Title for the x axis. |
yLab |
String. Title for the y axis. |
... |
Other graphical parameters to be passed to
|
A scatter plot of occupancy vs. abundance of species. Convex hulls enclose common and rare species.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.