Description Usage Arguments Examples
Use this version of whist() if you iterate over columns or rows of a data frame. You can name the file by naming the variable. Cannot be used with dynamically called variables [e.g. call vectors within a loop]
1 2 3 | whist_dfCol(df, colName, col = "gold", ...,
savefile = UnlessSpec("b.save.wplots"), w = UnlessSpec("b.defSize", 7),
h = w)
|
df |
Input data frame to be plotted |
col |
Color of the plot.Name |
... |
Pass any other parameter of the corresponding plotting function (most of them should work). |
savefile |
Save plot as pdf in OutDir, TRUE by default. |
w |
Width of the saved pdf image, in inches. |
h |
Height of the saved pdf image, in inches. |
col |
Color of the plot. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.