arrangePlots: Arrange Plots

View source: R/plots.R

arrangePlotsR Documentation

Arrange Plots

Description

Arrange Plots

Usage

arrangePlots(
  plot.list,
  build.panel,
  n.col = NULL,
  n.row = NULL,
  title.size = 10
)

Arguments

plot.list

list of plots

build.panel

combine individual plots to a single panel

n.col

number of columns in the panel

n.row

number of rows in the panel

title.size

font size for title of individual plots. Used only if build.panel==T

Value

panel of plots if 'build.panel==T' or 'plot.list' otherwise


khodosevichlab/CellAnnotatoR documentation built on June 29, 2022, 9:12 p.m.