whist_dfCol: whist_dfCol

Description Usage Arguments Examples

Description

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]

Usage

1
2
3
whist_dfCol(df, colName, col = "gold", ...,
  savefile = UnlessSpec("b.save.wplots"), w = UnlessSpec("b.defSize", 7),
  h = w)

Arguments

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.

Examples

1
whist_dfCol (df =  , colName =  , col = gold, ... =  , w = 7, h = w)

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