OutCoe | R Documentation |
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.
OutCoe(coe = matrix(), fac = dplyr::tibble(), method, norm)
coe |
|
fac |
(optional) a |
method |
used to obtain these coefficients |
norm |
the normalisation used to obtain these coefficients |
These methods can be applied on Out
objects:
an OutCoe
object
Other classes:
Coe()
,
Coo()
,
Ldk()
,
OpnCoe()
,
Opn()
,
Out()
,
TraCoe()
# all OutCoe methods
methods(class='OutCoe')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.