sinhrks / ggfortify

Define fortify and autoplot functions to allow ggplot2 to handle some popular R packages.
Other
527 stars 65 forks source link

Support lda {MASS} #123

Open raz1 opened 8 years ago

raz1 commented 8 years ago

Hola,

Is it possible to use lda {MASS}? Can you please provide an example?

Thanks

terrytangyuan commented 8 years ago

Does its result provide necessary information that's similar to prcomp such as rotation matrix, etc? If so, it should not be hard at all.

raz1 commented 8 years ago

I really do not know? where it can be checked?

sinhrks commented 8 years ago

Thx for the request. I think it's possible because standard plot can handle it.

It is great if you can prepare a PR (define fortify.lda to convert lda to data.frame, and fix autoplot.pca_common and ggbiplot to support it).

lrocax commented 8 years ago

It will be great to have Linear discriminant analysis within this package.