Learn R Programming

SplitR (version 0.4)

disp_stats_particle_heights: Get statistics for dispersed particle heights

Description

This function computes statistics focussed on the heights of particles at every time interval.

Usage

disp_stats_particle_heights(dispersion_df, stats)

Arguments

dispersion_df

a data frame generated from dispersion output data returned from the dispersion_read function.

stats

the type of statistical analysis to perform. Currently, only fivenum is available.

Examples

Run this code
# 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