[R] PCA

Sundar Dorai-Raj sundar.dorai-raj at pdf.com
Wed Nov 3 00:49:04 CET 2004



T. Murlidharan Nair wrote:
> When using the biplot how do I supress the column names from appearing 
> in the plot.
> I am only interested in the plot with the arrows. When I use  xlabs 
> =NULL   nothing
> gets plotted.
> Thanks ../Murli
> 

How about:

pc <- princomp(USArrests)
biplot(pc, xlabs = rep("", nrow(USArrests)))

--sundar




More information about the R-help mailing list