convert_time_dt_to_plot_num: Convert datetime values to sorted numeric values considering a start time
Description
Convert datetime values to sorted numeric values considering a start time
Usage
convert_time_dt_to_plot_num(time_dt, start = getOption("evprof.start.hour"))Arguments
- time_dt
Datetime value
- start
Start hour (int)