Re: [R] problem with PCA loading plot

2009-06-10 Thread David Winsemius
On Jun 10, 2009, at 1:26 PM, Fireblast wrote: Hi, I am a beginner with R. I would like to get a loading plot of PC 3 vs PC 1. For PC 1 vs PC 2 I use library(pls) loadingplot(pca.result, comps = 1:2, scatter = TRUE, labels="names") if I try loadingplot(pca.result, comps = 1:3, scatter =

[R] problem with PCA loading plot

2009-06-10 Thread Fireblast
Hi, I am a beginner with R. I would like to get a loading plot of PC 3 vs PC 1. For PC 1 vs PC 2 I use library(pls) loadingplot(pca.result, comps = 1:2, scatter = TRUE, labels="names") if I try loadingplot(pca.result, comps = 1:3, scatter = TRUE, labels="names") I get the loading plots of