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, aspect_ratio)

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
aspect_ratio aspect ratio of cells (defaults to not preserved)

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot version 0.4.2 Index]