[R] changing x and y ranges in a PCA plot created by library(labdsv)

2016-08-08 Thread Mohsen Sharafatmandrad
rownames(raw)<- c("r1","r2","r3","r4","r5","r6") cent<- scale(raw,scale=FALSE) o.pca <- pca(cent) plot(o.pca) plot(o.pca, xlim=c(-2,3), ylim=c(-2,4)) -- Cheers Mohsen Sharafatmandrad [[alternative HTML version dele

[R] changing x and y ranges in a PCA plot created by library(labdsv)

2016-08-07 Thread Mohsen Sharafatmandrad
Hi, I want to change x and y ranges in a PCA plot created by library(labdsv). When I run "plot(o.pca, xlim=c(-2, 3), ylim=c(-2, 4))", nothing will change. I really appreciate if somebody can help on this. Cheers [[alternative HTML version deleted]]