Using AeroSampleR to model aerosol sampling efficiency7 months ago
AeroSampleR Introduction | example data | 1) Get the system data | 2) Create particle distribution with particle_dist() | 3) Set up the parameters for tube size, flow rate, temperature, and pressure. These parameters are not particle dependent and so can be kept in a small separate data frame. | 4) Next, we compute the efficiency, element by element in transport order. We have only four elements in this example and we will evaluate them with prob_eff(), tube_eff(), bend_eff(), and lastly tube_eff() again. This will add columns to our particle data frame. | At this point, the transport efficiencies have been built into the data frame. Let's have a look at the bottom few rows. | 5) Generate reports with report_basic, report_plots and report_cum_plots | 6) Optional extra reports for the logarithmically distributed particle set
AeroSampleR 0.3.0Mark Hogue AeroSampleR_vignette.Rmd