plot_histogram: Histogram of a variable from sessions data set

View source: R/exploration.R

plot_histogramR 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)


mcanigueral/evprof documentation built on June 2, 2025, 12:43 p.m.