OutCoe {Momocs} | R Documentation |
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::tibble(), method, norm)
Arguments
coe |
|
fac |
(optional) a |
method |
used to obtain these coefficients |
norm |
the normalisation used to obtain these coefficients |
Details
These methods can be applied on Out
objects:
Value
an OutCoe
object
See Also
Other classes:
Coe()
,
Coo()
,
Ldk()
,
OpnCoe()
,
Opn()
,
Out()
,
TraCoe()
Examples
# all OutCoe methods
methods(class='OutCoe')
[Package Momocs version 1.4.1 Index]