ds_plot_histogram {descriptr} | R Documentation |
Generate histograms
Description
Creates histograms if the data has continuous variables.
Usage
ds_plot_histogram(data, ..., bins = 5, fill = "blue", print_plot = TRUE)
Arguments
data |
A |
... |
Column(s) in |
bins |
Number of bins in the histogram. |
fill |
Color of the histogram. |
print_plot |
logical; if |
Examples
ds_plot_histogram(mtcarz)
ds_plot_histogram(mtcarz, mpg)
ds_plot_histogram(mtcarz, mpg, disp, hp)
[Package descriptr version 0.5.2 Index]