powered by
TraCoe(coe = matrix(), fac = data.frame())
data(iris) # let's (more or less) rebuild the flower dataset fl <- TraCoe(iris[, 1:4], data.frame(sp=iris$Species)) fl %>% PCA() %>% plot("sp")
Run the code above in your browser using DataLab