In Momocs, OutCoe
classes objects are wrapping around
lists of morphometric coefficients, along with other informations,
on which generic methods such as plotting methods (e.g. boxplot)
and specific methods can be applied.
OutCoe
objects are primarily Coe
objects.
Arguments
- coe
matrix
of harmonic coefficients- fac
(optional) a
data.frame
of factors, specifying the grouping structure- method
used to obtain these coefficients
- norm
the normalisation used to obtain these coefficients
Examples
# all OutCoe methods
methods(class='OutCoe')
#> [1] MANOVA MSHAPES PCA boxplot combine hcontrib print rm_asym
#> [9] rm_sym symmetry
#> see '?methods' for accessing help and source code