multiplot: multiplot

Description Usage Arguments Value Author(s)

View source: R/multiplot.R

Description

plot multiple ggplot objects in one page

Usage

1
2
3
4
5
6
7
8
multiplot(
  ...,
  plotlist = NULL,
  ncol,
  widths = rep_len(1, ncol),
  labels = NULL,
  label_size = 5
)

Arguments

...

plots

plotlist

plot list

ncol

number of column

widths

widths of plots

labels

labels for labeling the plots

label_size

font size of label

Value

plot

Author(s)

Guangchuang Yu


ggtree documentation built on Nov. 15, 2020, 2:09 a.m.