Re: [R] using [i] to plot & label all vector elements

2003-07-02 Thread Damon Wischik
Robert Schick wrote: > I've used brute force to label a series of vectors, and I'm wondering if > there's a better way to do this. I wanted to create a biplot of the 2nd > & 3rd PCs ... I was unhappy with the standard biplot routine (the arrows didn't have tick marks) so I wrote my own, a lattice

Re: [R] using [i] to plot & label all vector elements

2003-07-02 Thread Prof Brian Ripley
On Wed, 2 Jul 2003, Robert Schick wrote: > I'm using 1.6.2 on a win 2k box. (I know I'm due for an upgrade.) > > I've used brute force to label a series of vectors, and I'm wondering if > there's a better way to do this. I wanted to create a biplot of the 2nd > & 3rd PCs, and did this: You seem

[R] using [i] to plot & label all vector elements

2003-07-02 Thread Robert Schick
I'm using 1.6.2 on a win 2k box. (I know I'm due for an upgrade.) I've used brute force to label a series of vectors, and I'm wondering if there's a better way to do this. I wanted to create a biplot of the 2nd & 3rd PCs, and did this: test <- edit(loadings(cv.prc.spr)) test.1 <- test[,1] test.2