View source: R/ellipsoid_helpers.R
ell_features | R Documentation |
Calculate ellipsoid characteristics (semi-axes, volume, axes coordinates)
ell_features(centroid, covariance_matrix, level = 0.95)
centroid |
(numeric) vector of values representing the centroid of the data of interest. |
covariance_matrix |
numeric matrix containing values of variance and covariance derived from the data of interest, that define the shape and limits of the ellipsoid. |
level |
(numeric) the confidence level of a confidence region for the ellipsoid. Default = 0.95. See details. |
A list containing the data used and the volume, semi-axes length, and axes coordinates for the ellipsoid described by the arguments defined.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.