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.
dispersion_read
the type of statistical analysis to perform. Currently, only fivenum is available.
fivenum
# 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