plotDF | R Documentation |
Plots each vector of a data.frame.
plotDF(data = NULL, col = NULL, ...)
data |
Numeric data.frame. |
col |
Character vector specifying each plot's color. If NULL (default) the rainbow palette is applied. |
Plots each vector of a data.frame either as histogram or as barplot.
plotDF()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.