parFlags: parFlags

Description Usage Arguments Examples

Description

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

Usage

1
parFlags(prefix = "", ..., pasteflg = T, collapsechar = ".")

Arguments

...

Paramter variables

pasteflg

Boolean: paste the parameters-flags together?

collapsechar

Separating character between each parameters-flag

Examples

1
pearson = T; filtered =T; normalized = F; MyPlotname = parFlags(prefix = "MyPlot" , pearson, filtered, normalized ); MyPlotname

vertesy/MarkdownReports.v2.9.5 documentation built on May 22, 2019, 4 p.m.