Description Usage Arguments Value Examples
Plots univariate distribution of a feature.
1 2 | plotFeatDistr(data, target, col, geom.hist.args = list(bins = 30, alpha = 0.4,
colour = "black"), geom.dens.args = list(size = 2, alpha = 0.4))
|
data |
[ |
target |
[ |
col |
[ |
geom.hist.args |
[ |
geom.dens.args |
[ |
A ggplot2 object. Print it to plot it.
1 2 | data("diamonds", package = "ggplot2")
plotFeatDistr(diamonds, target = "cut", col = "carat")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.