Learn R Programming

vein (version 0.6.0)

Evaporative: Construction function for class "Evaporative"

Description

Evaporative returns a tranformed object with class "Evaporative" and units g/day. This class represents the daily emissions presented by Mellios G and Ntziachristos (2016) Gasoline evaporation, Tier 2. Eventually it will be incorporated the techniques of Tier 3.

Usage

Evaporative(x, ...)

# S3 method for Evaporative print(x, ...)

# S3 method for Evaporative summary(object, ...)

# S3 method for Evaporative plot(x, ...)

Arguments

x

Object with class "numeric"

...

ignored

object

Object with class "Evaporative"

Value

Objects of class "Evaporative" or "units"

Examples

Run this code
# NOT RUN {
{
ef1 <- ef_evap(ef = "erhotc",v = "PC", cc = "<=1400", dt = "0_15", ca = "no")
ef1
}
# }

Run the code above in your browser using DataLab