Creates histograms if the data has continuous variables.
Arguments
- data
A data.frame
or tibble
.
- ...
Column(s) in data
.
- bins
Number of bins in the histogram.
- fill
Color of the histogram.
- print_plot
logical; if TRUE
, prints the plot else returns a plot object.