Learn R Programming

useful (version 1.2.6)

vplayout: vplayout

Description

Viewport

Usage

vplayout(x, y)

Value

An R object of class viewport.

Arguments

x

The x cell of the viewport to push into.

y

The y cell of the viewport to push into.

Author

Jared P. Lander

Details

Creates viewport for pushing ggplot objects to parts of a console.

Examples

Run this code

library(ggplot2)
library(grid)

Run the code above in your browser using DataLab