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
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
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)),
3 matches
Mail list logo