| centroid.size {shapes} | 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. (1998). Statistical Shape Analysis, Wiley, Chichester.
data(mice)
centroid.size(mice$x[,,1])