SCBM_saveplot: Saves plot for manuscript

Description Usage Arguments

View source: R/saveplot.R

Description

Saves plot for manuscript

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
SCBM_saveplot(
  p,
  folder,
  name,
  w = 3,
  h = 3,
  ext = "pdf",
  save.raw.ggplot = TRUE,
  do.log = TRUE,
  asp = 1,
  gamma_field = "Gamma",
  do_filter_x_breaks = TRUE
)

Arguments

p

ggplot object

folder

figure folder

name

figure name

w

widht

h

height

ext

file expension

save.raw.ggplot

flag whether to save raw ggplot

do.log

do log normalization

asp

plot aspect ratio


mariiabilous/SuperCellBM documentation built on Jan. 28, 2022, 7:45 p.m.