Re: [R] Bin Category Labels on Axis

2009-06-17 Thread jproville
David, It turns out that the 'at' argument takes the values 1,70,by=5, while the 'label' spans -36,33,by=5 Just took a little trial and error, but the graph now looks great. Cheers! Jeremy jproville wrote: > > Hi, > > I'd really appreciate if some

Re: [R] Bin Category Labels on Axis

2009-06-16 Thread jproville
= arguments. You might want to not > plot every one of them, perhaps: > > at = seq(-36, 33, by = 5) , labels = as.numeric(as.factor(z > $bins[seq(-36, 33, by = 5)] )), > -- > David Winsemius > > On Jun 15, 2009, at 7:09 PM, jproville wrote: > >> >> Hi,

[R] Bin Category Labels on Axis

2009-06-15 Thread jproville
Hi, I'd really appreciate if someone could give me some help or advice about this - I've tried everything I know and am clueless about how to proceed! I've written a script to import ASCII data of raster maps, bin them into categories, calculate the mean values within these bins and plot the tw