printGrid: Plotting a list of ggplot objects in a grid defined by nrow...

printGridR Documentation

Plotting a list of ggplot objects in a grid defined by nrow and ncol

Description

Useful when having a lot of plots that should be presented in a page saving manner.

Usage

printGrid(plotList, nrow = 4, ncol = 4)

Arguments

plotList

List of ggplot objectsx

nrow

Number of rows per page

ncol

Number of cols per page


Quantmetrics770/IQnca documentation built on Aug. 5, 2022, 5:39 p.m.