Draw the Legends
Draw the Legends
## S3 method for class 'Legends' grid.draw(x, recording = TRUE)
x |
The |
recording |
Pass to |
lgd = Legend(at = 1:4, title = "foo") pushViewport(viewport(x = unit(0, "npc"), y = unit(0, "npc"), just = c("left", "bottom"))) grid.draw(lgd) popViewport()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.