PlotMultipleCharts {hivPlatform}R 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)


[Package hivPlatform version 2.0.5 Index]