Learn R Programming

useful (version 1.2.0)

vplayout: vplayout

Description

Viewport

Usage

vplayout(x, y)

Arguments

x
The x cell of the viewport to push into.
y
The y cell of the viewport to push into.

Value

  • An R object of class viewport.

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