Re: [R] Multiple levelplot with title

2011-10-15 Thread Deepayan Sarkar
On Sun, Oct 9, 2011 at 10:00 PM, Richard O. Legendi wrote: > Hi all, > > I'm new to R and to the mailing list, so please bear with me :-) > > I would like to create multiple levelplots on the same chart with a nice > main title with something like this: > >  print(levelplot(matrix(c(1,2,3,4), 2, 2

Re: [R] Multiple levelplot with title

2011-10-09 Thread Carlos Ortega
Hi, Use function ltext() instead, also available in lattice package. Regards, Carlos Ortega www.qualityexcellence.es On Sun, Oct 9, 2011 at 6:30 PM, Richard O. Legendi < richard.lege...@gmail.com> wrote: > Hi all, > > I'm new to R and to the mailing list, so please bear with me :-) > > I would

[R] Multiple levelplot with title

2011-10-09 Thread Richard O. Legendi
Hi all, I'm new to R and to the mailing list, so please bear with me :-) I would like to create multiple levelplots on the same chart with a nice main title with something like this: print(levelplot(matrix(c(1,2,3,4), 2, 2)), split=c(1, 1, 2, 1)) print(levelplot(matrix(c(1,2,3,4), 2, 2)),