multiplot: Multiple plot function from Cookbook-R

View source: R/plot_functions.R

multiplotR Documentation

Multiple plot function from Cookbook-R

Description

multiplot(..., plotlist=NULL, file, cols=1, layout=NULL) puts multiple graphs on one page.

Usage

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

Arguments

...

ggplot objects passed to the function

plotlist

List of ggplot objects that can be passed to the function

cols

Number of collumns in layout

layout

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


DejanDraschkow/mixedpower documentation built on Feb. 16, 2024, 7:58 a.m.