vplayout {useful} | R Documentation |
Viewport
vplayout(x, y)
x |
The x cell of the viewport to push into. |
y |
The y cell of the viewport to push into. |
Creates viewport for pushing ggplot objects to parts of a console.
An R object of class viewport.
Jared P. Lander
library(ggplot2)
library(grid)