plot_layout {ggplot}R Documentation

Plot layout

Description

Create grid.layout for plot

Usage

plot_layout(gm, rows, cols, row.labels, col.labels, axes_h, axes_v )

Arguments

gm grob matrix
rows total number of rows
cols total number of columns
row.labels data frame of row labels
col.labels data frame of column labels
axes_h matrix of horizontal axis grobs
axes_v matrix of vertical axis grobs

Details

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples






[Package ggplot version 0.2.2 Index]