
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 = data.frame(), method = character(), baseline1 = numeric(), baseline2 = numeric(), mod = list(), r2 = numeric())
matrix
of morphometric coefficientsdata.frame
of factors,
specifying the grouping structureOpnCoe
object
Coe
, OutCoe
# all OpnCoe classes
methods(class='OpnCoe')
Run the code above in your browser using DataLab