Learn R Programming

AeroSampleR (version 0.3.0)

report_plots: plots of individual on transport system elements

Description

In order to run a report, first produce a model of each individual element. Start with producing a particle distribution with the `particle_dist` function, then produce a parameter set with the `set_params` function. Both of these results must be stored as per examples described in the help set with each. Next, add elements in the sample system until all are complete.

Usage

report_plots(df, dist)

Value

A plot of transport efficiencies is generated in a plot window

Arguments

df

is the particle data set - after transport analysis by element

dist

selects the distribution for the report. Options are 'discrete' for discrete particle sizes or 'log' for the log-normal distribution of particles that were started with the `particle_dist` function.

Examples

Run this code
report_plots(dat_for_plots, dist = 'discrete')

Run the code above in your browser using DataLab