EmissionFactors returns a transformed object with class "EmissionFactors" and units g/km.
EmissionFactors(x, mass = "g", dist = "km", ...)
# S3 method for class 'EmissionFactors'
print(x, ...)
# S3 method for class 'EmissionFactors'
summary(object, ...)
# S3 method for class '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,
...
)
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.
par arguments if needed
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 parameters for fig, par
.
par parameters for fig, par
.
par parameters for mai, par
.
par parameters for mai, par
.
par parameters for mai, par
.
positive number. Higher values give more widely spaced colors at the high end.
Objects of class "EmissionFactors" or "units"
if (FALSE) { # \dontrun{
#do not run
EmissionFactors(1)
} # }