Re: [R] 'cuts' option in levelplot()

2010-04-20 Thread Gurmeet
Thanks David! :P On Tue, Apr 20, 2010 at 11:02 PM, David Winsemius wrote: > > On Apr 20, 2010, at 10:43 PM, Gurmeet wrote: > > Hi All, >> >> Does anyone knows what exactly "cuts=some number" (say 15) does in >> lattice's >> levelplot(). I doubt this but does it uses cut() internally, something >>

Re: [R] 'cuts' option in levelplot()

2010-04-20 Thread David Winsemius
On Apr 20, 2010, at 10:43 PM, Gurmeet wrote: Hi All, Does anyone knows what exactly "cuts=some number" (say 15) does in lattice's levelplot(). I doubt this but does it uses cut() internally, something like cut(z, 15)? C'mon, man, look at the code: seq(zrng[1], zrng[2], length.out = cu

[R] 'cuts' option in levelplot()

2010-04-20 Thread Gurmeet
Hi All, Does anyone knows what exactly "cuts=some number" (say 15) does in lattice's levelplot(). I doubt this but does it uses cut() internally, something like cut(z, 15)? Thanks, Gurmeet [[alternative HTML version deleted]] __ R-help@r-proj