powered by
Grid of multiple variable histograms
plot_histogram_grid( sessions, vars = evprof::sessions_summary_feature_names, binwidths = rep(1, length(vars)), nrow = NULL, ncol = NULL )
grid plot
tibble, sessions data set in evprof standard format.
vector of characters, variables to plot
vector of integers, binwidths of each variable histogram. The length of the vector must correspond to the length of the vars parameter.
vars
integer, number of rows of the plot grid
integer, number of columns of the plot grid
plot_histogram_grid(california_ev_sessions) plot_histogram_grid(california_ev_sessions, vars = c("Energy", "Power"))
Run the code above in your browser using DataLab