MomX / Momocs

:dove: Morphometrics using R
http://momx.github.io/Momocs/
51 stars 18 forks source link

plot_CV wrong freq (should be actual-wise) #158

Closed vbonhomme closed 8 years ago

vbonhomme commented 8 years ago

This:

 hearts  %>% filter(aut %in% c("ced", "jeya", "mat", "ponnu"))  %>% efourier()  %>% PCA  %>% LDA(~aut)  %>% plot_CV()

exemplify the problem: sums are not correct, all "actual" column should sum to 1.