[R] levelplot problems !!!
Hernan Dopazo
hdopazo at cnio.es
Tue Mar 9 12:46:51 CET 2004
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 ...)
Are there any solution?
Thanks in advance
H
--
.........................................................
Hernan J. Dopazo
Bioinformatica. CNIO
c/ Melchor Fernández Almagro 3
28029, Madrid, España
Tfn: (34) 91 224 69 00 ext: 2428
Fax: (34) 91 224 69 23
http://bioinfo.cnio.es
.........................................................
More information about the R-help
mailing list