plot_grob_matrix {ggplot}R Documentation

Plot grob matrix

Description

Take a matrix of grobs and edit them so that their viewport name

Usage

plot_grob_matrix(gm, type=deparse(substitute(gm)))

Arguments

gm matrix of grobs to position
type viewport type to position them in

Details

This provides a convenient way of converting a matrix of grobs (as produced by stamp) into the equivalent visual representation. Assumes that there are viewports named type_1_1, type_1_2, ..., type_nrow_ncol.

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot version 0.4.2 Index]