filled.contour key axis
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