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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to