plotdf: Plot data.frame to PDF

Description Usage Arguments Value Examples

Description

Plots every column of a data.frame as an individual plot (one plot per page) in a PDF file.

Usage

1
plotdf(df, file = "output.pdf", wordy = F)

Arguments

df

data.frame to plot.

file

string - name of the PDF that will be created

wordy

- boolean TRUE or FALSE. Sequentially prints status of each chart to the console. Could be useful for large data.frames.

Value

PDF file of plots

Examples

1
2
3
4
## Not run: 
plotdf(df=mtcars, file='mtcars_plots.pdf')

## End(Not run)

brooksandrew/Rsenal documentation built on May 13, 2019, 7:50 a.m.