powered by
Histogram of a variable from sessions data set
plot_histogram(sessions, var, binwidth = 1)
ggplot plot
tibble, sessions data set in evprof standard format.
character, column name to compute the histogram for
integer, with of histogram bins
plot_histogram(california_ev_sessions, "Power", binwidth = 2) plot_histogram(california_ev_sessions, "Power", binwidth = 0.1)
Run the code above in your browser using DataLab