[R] levelplot problems !!!

Deepayan Sarkar deepayan at stat.wisc.edu
Tue Mar 9 15:19:13 CET 2004


On Tuesday 09 March 2004 05:46, Hernan Dopazo wrote:
> Dear R users,
>
> I have changed my R version to the new 1.8.1 and some problems appears
> when using the previous levelplot code.
>
> This is a simple example:
>
> a <-1:10
> b <-11:20
> j <- rnorm(100)
> grid<-expand.grid(a = a, b = b)
> levelplot(j~a*b, grid)
>
> Normaly in my previous vs this was suffice to produce the levelplot.
> Now, an empty  R graphics device appears with the following error
> message:
>
> Error in grid.pack(frame = key.gf, row = 1, col = 1, grob = grid.rect(x
> =rep(0.5,  :        unused argument(s) (frame ...)

This shouldn't happen (and doesn't happen for me). What OS and what version 
of lattice are you using ?

Deepayan




More information about the R-help mailing list