parFlags2: parFlags2

Description Usage Arguments Examples

Description

Create a string from the names of the (boolean) parameters (TRUE or FALSE) of true values. Use it for Suffixing plot names with the parameters that were used for that plot.

Usage

1
2
3
4
5
6
7
parFlags2(
  prefix = ".",
  ...,
  pasteflg = TRUE,
  coll.char = ".",
  coll.char.intra = "_"
)

Arguments

prefix

Append something before?

...

Paramter variables

pasteflg

Boolean: paste the parameters-flags together?

coll.char

Separating character between each parameters-flag

coll.char.intra

Separating character between parameters and its value

Examples

1
2
pearson = TRUE; filtered = 3; normalized = FALSE;
MyPlotname = parFlags2(prefix = "MyPlot", pearson, filtered, normalized ); MyPlotname

vertesy/MarkdownReportsDev documentation built on Nov. 15, 2021, 9:59 a.m.