plot_histogram {evprof} | R Documentation |
Histogram of a variable from sessions data set
Description
Histogram of a variable from sessions data set
Usage
plot_histogram(sessions, var, binwidth = 1)
Arguments
sessions |
tibble, sessions data set in evprof standard format. |
var |
character, column name to compute the histogram for |
binwidth |
integer, with of histogram bins |
Value
ggplot plot
Examples
plot_histogram(california_ev_sessions, "Power", binwidth = 2)
plot_histogram(california_ev_sessions, "Power", binwidth = 0.1)
[Package evprof version 1.1.2 Index]