[R] PCA plot of variable names only

S Ellison S.Ellison at LGCGroup.com
Mon Nov 30 15:26:13 CET 2015


> Any idea on how to generate such a plot based on this description?

One simple way of suppressing the individual points in biplot() is to give the labels a colour of 0. 
Adapting the biplot.princomp example:

     biplot(princomp(USArrests), col=c(0,1))

But that retains the point plot axes. If it's not what you meant, you'll need to provide the picture.

S Ellison



*******************************************************************
This email and any attachments are confidential. Any use, copying or
disclosure other than by the intended recipient is unauthorised. If 
you have received this message in error, please notify the sender 
immediately via +44(0)20 8943 7000 or notify postmaster at lgcgroup.com 
and delete this message and any copies from your computer and network. 
LGC Limited. Registered in England 2991879. 
Registered office: Queens Road, Teddington, Middlesex, TW11 0LY, UK


More information about the R-help mailing list