sp_emission_factors_df | R Documentation |
This dataset, sp_emission_factors_df, is a data frame containing emission factors from the Environmental Agency of São Paulo (CETESB), including equivalencies with European (EURO) vehicle emission standards. The dataset includes 288 observations and 10 variables, covering pollutants, vehicle age and type, and classification systems such as Proconve and EURO for both light-duty and heavy-duty vehicles.
data(sp_emission_factors_df)
A data frame with 288 observations and 10 variables:
Vehicle age (integer)
Reference year (integer)
Pollutant type (character)
Proconve classification for light-duty vehicles (factor)
Temporal equivalence to EURO for light-duty vehicles (factor)
EURO standard classification for light-duty vehicles (factor)
Proconve classification for heavy-duty vehicles (factor)
EURO standard classification for heavy-duty vehicles (factor)
Emission factor (numeric)
Lifetime or load factor (numeric)
The dataset name has been kept as 'sp_emission_factors_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the BrazilDataAPI package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.
Data taken from the vein package version 1.1.3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.