View source: R/plotGroupHulls.R
plotGroupHulls | R Documentation |
This function loops over each community and group within, and plots a convex hull around the data. N.B. use of convex hulls to compare isotopic niche width among groups within or between communities is not recommended owing to strong sample size bias. Use of ellipse area is recommended instead. This feature is provided for illustrative purposes only, and because some people have expressed a desire for this feature for figure generation. See demonstration scripts for more examples.
plotGroupHulls(siber, plot.args = NULL, iso.order = c(1, 2), ...)
siber |
a siber object as created by createSiberObject |
plot.args |
a list of plotting arguments for passing to
|
iso.order |
a vector of length 2, either |
... |
additional arguments to be passed to |
A series of convex hulls added to an existing plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.