parFlags2 | R Documentation |
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.
parFlags2(
prefix = ".",
...,
pasteflg = TRUE,
coll.char = ".",
coll.char.intra = "_"
)
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 |
pearson <- TRUE
filtered <- 3
normalized <- FALSE
MyPlotname <- parFlags2(prefix = "MyPlot", pearson, filtered, normalized)
MyPlotname
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.