Learn R Programming

Momocs (version 1.2.9)

OutCoe: Builds an OutCoe object

Description

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.

Usage

OutCoe(coe = matrix(), fac = dplyr::data_frame(), method, norm)

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

Value

an OutCoe object

Details

These methods can be applied on Out objects:

See Also

Other classes: Coe, Coo, OpnCoe, Opn, Out, TraCoe

Examples

Run this code
# NOT RUN {
# all OutCoe methods
methods(class='OutCoe')
# }

Run the code above in your browser using DataLab