powered by
EmissionFactors returns a transformed object with class "EmissionFactors" and units g/km.
EmissionFactors
EmissionFactors(x, mass = "g", dist = "km", ...)# S3 method for EmissionFactors print(x, ...)# S3 method for EmissionFactors summary(object, ...)# S3 method for EmissionFactors plot( x, pal = "mpl_viridis", rev = TRUE, fig1 = c(0, 0.8, 0, 0.8), fig2 = c(0, 0.8, 0.55, 1), fig3 = c(0.7, 1, 0, 0.8), mai1 = c(0.2, 0.82, 0.82, 0.42), mai2 = c(1.3, 0.82, 0.82, 0.42), mai3 = c(0.7, 0.62, 0.82, 0.42), bias = 1.5, ... )
# S3 method for EmissionFactors print(x, ...)
# S3 method for EmissionFactors summary(object, ...)
# S3 method for EmissionFactors plot( x, pal = "mpl_viridis", rev = TRUE, fig1 = c(0, 0.8, 0, 0.8), fig2 = c(0, 0.8, 0.55, 1), fig3 = c(0.7, 1, 0, 0.8), mai1 = c(0.2, 0.82, 0.82, 0.42), mai2 = c(1.3, 0.82, 0.82, 0.42), mai3 = c(0.7, 0.62, 0.82, 0.42), bias = 1.5, ... )
Objects of class "EmissionFactors" or "units"
Object with class "data.frame", "matrix" or "numeric"
Character to be the time units as numerator, default "g" for grams
String indicating the units of the resulting distance in speed.
ignored
object with class "EmissionFactors'
Palette of colors available or the number of the position
Logical; to internally revert order of rgb color vectors.
par parameters for fig, par.
par
par parameters for mai, par.
positive number. Higher values give more widely spaced colors at the high end.
if (FALSE) { data(fe2015) names(fe2015) class(fe2015) df <- fe2015[fe2015$Pollutant=="CO", c(ncol(fe2015)-1,ncol(fe2015))] ef1 <- EmissionFactors(df) class(ef1) summary(ef1) plot(ef1) print(ef1) }
Run the code above in your browser using DataLab