vp_path {ggplot2}R Documentation

Viewport path

Description

Calculate viewport path.

Usage

vp_path(row, col, type)

Arguments

row

row index

col

column index

type

viewport type

Details

Convience method for calculating the viewport path to a particular entry in a matrix viewport. This helps ensure a common naming scheme throughout ggplot/

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.9 Index]