do.plots: List of plots in a grid arrangement

Description Usage Arguments Value Author(s) Examples

Description

Grid of plots depending on the function (plot.histogram or plot.density) for a given df

Usage

1
2
## S3 method for class 'plots'
do(df, funct, nr, ncols = 3)

Arguments

df

A data frame.

funct

function name. Tested for(plot.histogram or plot.density).

nr

A range number of plots.

ncols

Number of columns of the grid arrangement.

Value

List of plots in a grid arrangement

Author(s)

Eva Szin Takacs, szin.takacs.eva@gmail.com

Examples

1
do.plots(iris, func=plot.density, nr=1:4, ncols=3)

szintakacseva/mlhelper documentation built on June 4, 2019, 6:22 p.m.