allCentroidVectors {SIBER}R Documentation

Plot the pairwise distances and angles describing the difference between centroids of all groups

Description

Plots the posterior densities

Usage

allCentroidVectors(centroids, upper = TRUE, do.plot = TRUE, ...)

Arguments

centroids

the list containing distance and angle matrices as returned by siberCentroids().

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.

Value

A nice plot. You can get the corresponding matrices used to generate the plots if you ask for it nicely: the_data <- plotCentroidVectors(centroids)


[Package SIBER version 2.1.9 Index]