Description Usage Arguments Value Author(s) Examples
Grid of plots depending on the function (plot.histogram
or plot.density
) for a given df
1 2 | ## S3 method for class 'plots'
do(df, funct, nr, ncols = 3)
|
df |
A data frame. |
funct |
function name. Tested for( |
nr |
A range number of plots. |
ncols |
Number of columns of the grid arrangement. |
List of plots in a grid arrangement
Eva Szin Takacs, szin.takacs.eva@gmail.com
1 | do.plots(iris, func=plot.density, nr=1:4, ncols=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.