Re: [R] negative axis values in image() and scalebar in cor.plot() {psych}

2010-11-19 Thread Łukasz Ręcławowicz
2010/11/19 Lara Poplarski > > In order to make the output more readable > You can just copy the style of the cor.plot. mat<-matrix(rnorm(256e4),16e2,16e2) image(cor(mat),axes=F,col= grey((dim(mat)[1]:0)/dim(mat)[1]),main="Like this") -- Mi³ego dnia [[alternative HTML version delete

[R] negative axis values in image() and scalebar in cor.plot() {psych}

2010-11-18 Thread Lara Poplarski
Dear List, I sent a related message yesterday, but did not receive it through the mailing list; on the R-help archives it reads as "An embedded and charset-unspecified text was scrubbed...". So here it is again, with the (little) progress I have made since then. Any help would be greatly appreciat