OpnCoe | R Documentation |
In Momocs, OpnCoe
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.
OpnCoe
objects are primarily Coe
objects.
OpnCoe(
coe = matrix(),
fac = dplyr::tibble(),
method = character(),
baseline1 = numeric(),
baseline2 = numeric(),
mod = list(),
r2 = numeric()
)
coe |
|
fac |
(optionnal) a |
method |
used to obtain these coefficients |
baseline1 |
|
baseline2 |
|
mod |
an R lm object, used to reconstruct shapes |
r2 |
numeric, the r-squared from every model |
an OpnCoe
object
Other classes:
Coe()
,
Coo()
,
Ldk()
,
Opn()
,
OutCoe()
,
Out()
,
TraCoe()
# all OpnCoe classes
methods(class='OpnCoe')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.