Will plot histograms for numerical features, bar charts for categorical.
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