plotGroupEllipses {SIBER} | R Documentation |
Adds ellipses to an existing plot for each of your groups
Description
This function loops over each community and group within, and plots an ellipse around the data. See demonstration scripts for more examples.
Usage
plotGroupEllipses(siber, plot.args = list(), iso.order = c(1, 2), ...)
Arguments
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 |
Value
Ellipses, drawn as lines on an existing figure.