View source: R/plotCommunityHulls.R
plotCommunityHulls | R Documentation |
This function loops over each community and plots the convex hull based on the centres of each of the groups that make up the community. See the demonstration scripts for example implementation.
plotCommunityHulls(
siber,
plot.args = list(col = 1, lty = 2),
iso.order = c(1, 2),
...
)
siber |
a siber object as created by createSiberObject.R |
plot.args |
a list of plotting arguments with the following suggested,
but non-exhaustive inputs. Additional plotting arguments for passing to the
internal call to
|
iso.order |
a vector of length 2, either c(1,2) or c(2,1). The order determines which of the columns of raw data are plotted on the x (1) or y (2) axis. N.B. this will be deprecated in a future release, and plotting order will be achieved at point of data-entry. |
... |
additional arguments for passing to |
Convex hulls, drawn as lines on an existing figure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.