Plot(pca result)

Issue #143 resolved
Kim-Anh Le Cao repo owner created an issue

The barplot of the expained variance seems to only display 10 components max, even if ncomp > 10. Note: this is a full pca model, with a matrix rank > 20.

Comments (2)

  1. Florian Rohart

    plot.pca only displays up to 10 comp by default, there's a ncomp option to get more if needed

    plot(pca, ncomp=20)
    
  2. Log in to comment