vp_path {ggplot}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 ggplot version 0.4.2 Index]