Skip to content
Prev 295343 / 398502 Next

package grid: mirror grob objects along an axis

You can rotate the viewport to flip around the horizontal axis,

library(grid)
grid.text("Chiral")
grid.text("Chiral", vp=viewport(angle=180, y=unit(0.5,"npc")-unit(1,"line")))

HTH,

b.
On 23 May 2012 05:34, Thomas Zumbrunn <t.zumbrunn at unibas.ch> wrote: