parFlags | 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.
parFlags(prefix = "", ..., pasteflg = TRUE, collapsechar = ".")
prefix |
Append something before? |
... |
Paramter variables |
pasteflg |
Boolean: paste the parameters-flags together? |
collapsechar |
Separating character between each parameters-flag |
pearson <- TRUE
filtered <- TRUE
normalized <- FALSE
MyPlotname <- parFlags(prefix = "MyPlot", pearson, filtered, normalized)
MyPlotname
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.