plot_histogram | R Documentation |
Histogram of a variable from sessions data set
plot_histogram(sessions, var, binwidth = 1)
sessions |
tibble, sessions data set in evprof standard format |
var |
character, column name to compute the histogram for |
binwidth |
integer, with of histogram bins |
ggplot plot
plot_histogram(california_ev_sessions, "Power", binwidth = 2)
plot_histogram(california_ev_sessions, "Power", binwidth = 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.