powered by
Defines the builder for traditional measurement class in Momocs. Is is intended to ease calculations, data handling and multivariate statistics just ad the other Momocs' classes
TraCoe(coe = matrix(), fac = dplyr::data_frame())
a matrix of measurements
a data.frame for covariates
Other classes: Coe(), Coo(), Ldk(), OpnCoe(), Opn(), OutCoe(), Out()
Coe()
Coo()
Ldk()
OpnCoe()
Opn()
OutCoe()
Out()
# NOT RUN { # let's (more or less) rebuild the flower dataset fl <- TraCoe(iris[, 1:4], dplyr::data_frame(sp=iris$Species)) fl %>% PCA() %>% plot("sp") # }
Run the code above in your browser using DataLab