spec_industry: Speciation of emissions

Description Usage Arguments Value References Examples

View source: R/speciate.R

Description

speciate separates emissions in different compounds. It covers black carbon and organic matter from particulate matter. Soon it will be added more speciations

Usage

1
spec_industry(x, spec = "GAS", code, usepa_code, list = FALSE)

Arguments

x

Emissions estimation

spec

Character any of "GAS" or "PM"

code

Character any of "01_petroleum", "02_portland_cement", "03_paper_cellulose", "04_bagasse", "05_natural_gas", "06_coal" OR "07_fuel_oil"

usepa_code

Character any of "4713", "3011", "8799", "SUG02", "2442", "1185", "0001", "13505C", "91127", "4733", "SUGP02", "1120310" OR "91114"

list

when TRUE returns a list with number of elements of the list as the number species of pollutants

Value

dataframe or list

References

Simon, H., Beck, L., Bhave, P. V., Divita, F., Hsu, Y., Luecken, D., ... Strum, M. (2010). The development and uses of EPA SPECIATE database. Atmospheric Pollution Research, 1(4), 196-206.

Examples

1
2
3
4
5
{
# Do not run
pm <- rnorm(n = 100, mean = 400, sd = 2)
(df <- spec_industry(pm, code = "01_petroleum"))
}

atmoschem/fem documentation built on Dec. 19, 2021, 5:41 a.m.