Description Usage Arguments Value Examples
Will plot histograms for numerical features, bar charts for categorical.
1 | histograms(data, features, num_cols = 2)
|
data |
data.frame like object to plot histograms/bar charts |
features |
Which features from |
num_cols |
Number of columns in facetted chart produced |
ggplot2 object
1 | histograms(mtcars, features=c("mpg","cyl"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.