multiplot: muliplot

Description Usage Arguments Details Value Author(s) Examples

Description

Grid of Plots in ggplot2

Usage

1
  Multiplot(..., plotlist = NULL, cols)

Arguments

...

plots passed one by one

plotlist

plots passed in a list (appended to ...)

cols

number of cols in the plots table

Details

Arrange multiple plots in a simple table layout in ggplot2.

Value

none

Author(s)

Winston Chang http://wiki.stdout.org/rcookbook/Graphs/Multiple graphs on one page (ggplot2)/

Examples

1
2
3
tmpp1 <- ggheatmap(matrix(rnorm(50*10), 50, 10))
tmpp2 <- ggheatmap(matrix(rnorm(50*10), 50, 10))
multiplot(tmpp1, tmpp2, cols=1)

sagade/inf460 documentation built on Dec. 31, 2020, 3:15 a.m.