[R] biplot for principal componens analysis

Jim Lemon jim at bitwrit.com.au
Tue Apr 30 01:53:27 CEST 2013


On 04/30/2013 08:24 AM, capricy gao wrote:
>
>
> I did a PCA for my data which has a dimension of 19000X4 using princomp
>> pca2=princomp((data), cor=F)
>
>
>
>
>
> and obtained a biplot with 19000 labels which were very busy. How can I just show 19000 spot w/o labels?
>> biplot(pca2)
>
Hi capricy,
I suppose you could try:

biplot(pca2,xlabs=rep(".",19000))

Jim



More information about the R-help mailing list