allCentroidVectors | R Documentation |
Plots the posterior densities
allCentroidVectors(centroids, upper = TRUE, do.plot = TRUE, ...)
centroids |
the list containing distance and angle matrices as returned
by |
upper |
a logical determining whether to plot the upper or lower triangle of angles. Defaults to TRUE which is the upper triangle and returns the angle from the second ellipse to the first by centering on the first centroid. |
do.plot |
a logical indicating whether plotting should be done or not. Defaults to TRUE. |
... |
additional arguments to pass onwards, not currently implemented. |
A nice plot. You can get the corresponding matrices used to generate the plots if you ask for it nicely: the_data <- plotCentroidVectors(centroids)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.