Plots the posterior densities
allCentroidVectors(centroids, upper = TRUE, do.plot = TRUE, ...)
A nice plot. You can get the corresponding matrices used to generate the plots if you ask for it nicely: the_data <- plotCentroidVectors(centroids)
the list containing distance and angle matrices as returned
by siberCentroids()
.
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.
a logical indicating whether plotting should be done or not. Defaults to TRUE.
additional arguments to pass onwards, not currently implemented.