plotSaver_helper: Plot generator function

Description Usage Arguments Value

View source: R/helper.R

Description

Helper function

Usage

1
2
3
4
5
6
7
8
9
plotSaver_helper(
  myplot,
  type,
  output_folder,
  interactive,
  show.it,
  save.it,
  setDate
)

Arguments

myplot

data.frame. The plot to be generated.

type

character. The type of plot.

output_folder

character. The output folder.

interactive

logical. If TRUE, the interative (plotly) plot is generated else a static (ggplot) is generated.

show.it

logical. If TRUE, the plot is shown on screen.

save.it

logical. If TRUE, the plot is stored in a file.

setDate

character. The date stamp generated in CellsQuery().

Value

A data.frame.


dianalow/nMyo documentation built on June 2, 2020, 12:03 a.m.