vein (version 0.7.8)

ef_cetesb: Emissions factors for Environment Company of Sao Paulo, Brazil (CETESB) 2017

Description

ef_cetesb returns a vector or data.frame of Brazilian emission factors.

Usage

ef_cetesb(p, veh, year = 2017, full = FALSE)

Arguments

p

Character; Pollutants: "COd", "HCd", "NMHCd", "CH4", "NOxd", "CO2", "PM", "N2O", "KML", "FC", "NO2d", "NOd", "gD/KWH", "gCO2/KWH", "RCHOd", "CO", "HC", "NMHC", "NOx", "NO2" ,"NO", "RCHO" (g/km). The letter 'd' means deteriorated factor. Also, evaporative emissions at average temperature ranges: "D_20_35", "S_20_35", "R_20_35", "D_10_25", "S_10_25", "R_10_25", "D_0_15", "S_0_15" and "R_0_15" where D means diurnal (g/day), S hot/warm soak (g/trip) and R hot/warm running losses (g/trip).

veh

Character; Vehicle categories: "PC_G", "PC_FG", "PC_FE", "PC_E", "LCV_G", "LCV_FG", "LCV_FE", "LCV_E", "LCV_D", "SLT", "LT", "MT", "SHT", "HT", "UB", "SUB", "COACH", "ARTIC", "M_G_150", "M_G_150_500", "M_G_500", "M_FG_150", "M_FG_150_500", "M_FG_500", "M_FE_150", "M_FE_150_500", "M_FE_500", "CICLOMOTOR", "GNV"

year

Numeric; Filter the emission factor to start from a specific base year.

full

Logical; To return a data.frame instead or a vector adding Age, Year, Brazilian emissions standards and its euro equivalents.

Value

A vector of Emission Factor or a data.frame

References

Emissoes Veiculares no Estado de Sao Paulo 2016. Technical Report. url: https://cetesb.sp.gov.br/veicular/relatorios-e-publicacoes/.

Examples

Run this code
# NOT RUN {
{
a <- ef_cetesb("CO", "PC_G")
b <- ef_cetesb("R_10_25", "PC_G")
c <- ef_cetesb("CO", c("PC_G", "PC_FE"))
}
# }

Run the code above in your browser using DataLab