[R] 'cuts' option in levelplot()

David Winsemius dwinsemius at comcast.net
Wed Apr 21 05:02:28 CEST 2010


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 = cuts + 2)


> Thanks,
> Gurmeet
>


David Winsemius, MD
West Hartford, CT



More information about the R-help mailing list