When maxed-out region lasts to the end of time

Bouts at the edge region (unable to do extrapolation) will be marked with -0.01.

df = MIMSunit::edge_case

Input data

MIMSunit::generate_interactive_plot(df, "Acceleration (g)", c(2,3,4))

Output: MIMS unit values

Compute MIMS-unit values

mims = MIMSunit::mims_unit(df, epoch = '5 sec', dynamic_range = c(-6, 6), output_mims_per_axis = TRUE)

Plot MIMS-unit values

MIMSunit::generate_interactive_plot(mims, "MIMS-unit values", c(2,3,4,5))