multiplot: arrange multiple plots from ggplot2 to one figure. From...

View source: R/summary_functions.R

multiplotR Documentation

arrange multiple plots from ggplot2 to one figure. From http://www.cookbook-r.com/Graphs/Multiple_graphs_on_one_page_(ggplot2)/ ggplot objects can be passed in ..., or to plotlist (as a list of ggplot objects)

Description

arrange multiple plots from ggplot2 to one figure. From http://www.cookbook-r.com/Graphs/Multiple_graphs_on_one_page_(ggplot2)/ ggplot objects can be passed in ..., or to plotlist (as a list of ggplot objects)

Usage

multiplot(..., plotlist = NULL, file, cols = 1, layout = NULL)

Arguments

cols

Number of columns in layout

layout

A matrix specifying the layout. If present, 'cols' is ignored.


YosefLab/SymSim documentation built on Sept. 30, 2024, 2:22 p.m.