[R] filled.contour key axis

Jim Lemon jim at bitwrit.com.au
Sat Aug 23 06:40:11 CEST 2014


On Fri, 22 Aug 2014 05:36:23 PM Lietz, Haiko wrote:
> Hi Jim, all,
> 
> Thx, I was hoping for percentage scores, such that R puts numbers 
with "%"
> there.
> 
> And by "automatically labeling" I meant giving the axis a title, sorry for
> mixing that up.
> 
> I havn't found an option in the parameters for filled.contour.
> 
> Haiko
> 
Hi Haiko,
I think what Jeff meant was:
 
filled.contour(foo,
 plot.axes={axis(1);
 axis(2,at=seq(0,1,by=0.2),
  labels=paste(seq(0,100,by=20),"%"))},
 key.axes=
 {axis(4,at=seq(0,1,by=0.2),
  labels=paste(seq(0,100,by=20),"%"))})

Even Excel can't read your mind, although it sometimes thinks it can.

Jim



More information about the R-help mailing list