On Fri, Mar 26, 2010 at 7:03 AM, Lao Tse wrote:
> Dear lattice::levelplot users,
>
> I would like to use levelplot to plot uniformly sized blocks.
>
> Here is an example:
>
> require (lattice)
> u = runif(10) * 10
> v = runif(10) * 10
> z = runif(10)
> levelplot ( z ~ u + v, aspect="iso" )
>
> The
Dear lattice::levelplot users,
I would like to use levelplot to plot uniformly sized blocks.
Here is an example:
require (lattice)
u = runif(10) * 10
v = runif(10) * 10
z = runif(10)
levelplot ( z ~ u + v, aspect="iso" )
The resultant figures have points (blocks) that are of variable size that
2 matches
Mail list logo