PlotMultipleCharts: PlotMultipleCharts

View source: R/PlotMultipleCharts.R

PlotMultipleChartsR Documentation

PlotMultipleCharts

Description

Plot multiple ggplot objects in a grid

Usage

PlotMultipleCharts(plots, cols = 1, layout = NULL, widths = NULL)

Arguments

plots

List of ggplot objects. Required.

cols

Number of columns. Optional. Default = 1.

layout

A matrix specifying layout. If present, cols is ignored. Optional. Default = NULL.

widths

Vector of column widths. Default = NULL

Value

NULL (invisibly)

Examples

## Not run: 
PlotMultipleCharts(plots)

## End(Not run)


nextpagesoft/hivEstimatesAccuracy documentation built on Sept. 17, 2024, 5 a.m.