[R] levelplot blocks size
Duncan Murdoch
murdoch.duncan at gmail.com
Sun Dec 19 20:38:39 CET 2010
On 19/12/2010 2:10 PM, jonathan wrote:
>
> Sorry to bump this up again, but I've been continuing to look for a solution
> to this including a look into stats.bin but I still can't find any solution
> to do this within R.
See ?levelplot. The number of bins of x and y is equal to the number of
unique x and y values. If you want fewer, just round the values instead
of using 1:1000.
Duncan Murdoch
More information about the R-help
mailing list