centroid.size | R Documentation |
Calculate cetroid size from a configuration or a sample of configurations.
centroid.size(x)
x |
For a single configuration k x m matrix or complex k-vector For a sample of configurations k x m x n array or k x n complex matrix |
Centroid size(s)
Ian Dryden
Dryden, I.L. and Mardia, K.V. (2016). Statistical Shape Analysis, with applications in R (Second Edition). Wiley, Chichester.
data(mice) centroid.size(mice$x[,,1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.