powered by
This function computes statistics focussed on the heights of particles at every time interval.
disp_stats_particle_heights(dispersion_df, stats)
a data frame generated from dispersion output data returned from the 'dispersion_read' function.
the type of statistical analysis to perform. Currently, "fivenum" is available.
# NOT RUN { # Get a five-number statistical summary of particle heights at every hour disp_stats_particle_heights(dispersion_df = disp_output, stats = "fivenum") # }
Run the code above in your browser using DataLab