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 ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
