Skip to content
Prev 131683 / 398502 Next

Saving lattice plot as a PDF

On 12/9/07, Judith Flores <juryef at yahoo.com> wrote:
I suspect the ``native'' coordinate system (which is all ltext() will
know about) is different for PDF. The following might work as
alternative for the ltext calls.

grid.text(label = "text",
          cex = 1.3,
          vp = do.call(viewport, grid.locator(unit="npc")))

-Deepayan