multiplot: multiplot

View source: R/multiplot.R

multiplotR Documentation

multiplot

Description

plot multiple ggplot objects in one page

Usage

multiplot(
  ...,
  plotlist = NULL,
  ncol,
  widths = rep_len(1, ncol),
  labels = NULL,
  label_size = 5
)

Arguments

...

plots

plotlist

plot list

ncol

set the number of column to display the plots

widths

the width of each plot

labels

set labels for labeling the plots

label_size

set font size of the label

Value

plot

Author(s)

Guangchuang Yu


YuLab-SMU/ggtree documentation built on April 15, 2024, 5:19 p.m.