Skip to content

Commit

Permalink
ef vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaobazzo committed Jul 13, 2023
1 parent c15f196 commit 055f08b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vignettes/gtfs2emis_emission_factor.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,14 @@ three types of urban buses (Midi, Standard and Articulated) to
illustrate how emissions vary according to vehicle type, average speed,
and pollutant.

```{r}
```{r, message = FALSE, echo = FALSE}
#library(devtools)
#load_all()
```
```{r, eval = FALSE}
library(gtfs2emis)
```
```{r, message = FALSE}
library(units)
library(ggplot2)
Expand Down

0 comments on commit 055f08b

Please sign in to comment.