makepdf: Plot a list of ggplot object

View source: R/misc.R

makepdfR Documentation

Plot a list of ggplot object

Description

A function to plot a list of ggplot object in a pdf file

Usage

makepdf(x, name, ncol = 3, nrow = 2, figNum = NULL, width = 20, height = 12)

Arguments

x

A list of ggplot object

name

The name of the output pdf file

ncol

The number of columns in a page

nrow

The number of rows in a page

figNum

The number of total plots in a page

width

The width of the page

height

The height of the page


lujunyan1118/jyluMisc documentation built on March 8, 2024, 12:17 a.m.