save.plot_grid: save multiple gg plots in pdf

View source: R/plotting.R

save.plot_gridR Documentation

save multiple gg plots in pdf

Description

This function allows you to save multiple gg plots in pdf

Usage

save.plot_grid(..., filename)

Arguments

...

ggplot objects

filename

filename

Examples

p1 <- qplot(1:10)
p2 <- qplot(1:20)
p3 <- qplot(1:30)

save.plot.grid(p1,p2,p3, 'whatever')



GrigoriiNos/rimmi.rnaseq documentation built on April 29, 2022, 5:18 p.m.