Iteration over evprof::plot_division_line function to plot multiple lines
Source:R/preprocessing.R
plot_division_lines.Rd
Iteration over evprof::plot_division_line function to plot multiple lines
Arguments
- ggplot_points
ggplot2 returned by evprof::plot_points function
- n_lines
number of lines to plot
- division_hour
Hour to divide the groups according to disconnection time
Examples
library(dplyr)
california_ev_sessions %>%
sample_frac(0.05) %>%
plot_points(start = 3) %>%
plot_division_lines(n_lines = 1, division_hour = 5)