View source: R/moves_rpsy_meta.R
moves_rpsy_meta | R Documentation |
moves_rpsy_meta
estimates running exhaust emissions
using MOVES emission factors.
moves_rpsy_meta(
metadata,
lkm,
ef,
fuel_type,
profile,
agemax = 31,
net,
simplify = TRUE,
verbose = FALSE,
colk,
colkt = F
)
metadata |
data.frame with the metadata for a vein project for MOVES. |
lkm |
Length of each link in miles |
ef |
emission factors from EmissionRates_running exported from MOVES |
fuel_type |
Data.frame of fuelSubtypeID exported by MOVES. |
profile |
Data.frame or Matrix with nrows equal to 24 and ncol 7 day of the week |
agemax |
Integer; max age for the fleet, assuming the same for all vehicles. |
net |
Road network class sf |
simplify |
Logical, to return the whole object or processed by streets and veh |
verbose |
Logical; To show more information. Not implemented yet |
colk |
Character identifying a column in 'metadata' to multiply the emission factor |
colkt |
Logical, TRUE if 'colk' is used |
a list with emissions at each street and data.base aggregated by categories.
The idea is the user enter with emissions factors by pollutant
{
data(decoder)
decoder
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.