multiplot: Multiple plot function

Description Usage Arguments Value Author(s) See Also Examples

Description

ggplot objects can be passed in directly(...), or as a list of ggplot objects

Usage

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

Arguments

...

ggplot objects

cols

number of columns

Value

This function returns the plots in a specified layout

Author(s)

Eva Szin Takacs, szin.takacs.eva@gmail.com

See Also

gridExtra

Examples

1
multiplot(p1, p2, cols=1)

szintakacseva/mlhelper documentation built on June 4, 2019, 6:22 p.m.