centroid.size: Centroid size

View source: R/shapes.R

centroid.sizeR Documentation

Centroid size

Description

Calculate cetroid size from a configuration or a sample of configurations.

Usage

centroid.size(x)

Arguments

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

Value

Centroid size(s)

Author(s)

Ian Dryden

References

Dryden, I.L. and Mardia, K.V. (2016). Statistical Shape Analysis, with applications in R (Second Edition). Wiley, Chichester.

Examples

data(mice)
centroid.size(mice$x[,,1])

shapes documentation built on Feb. 16, 2023, 8:16 p.m.