Commit 4d22b5c1 authored by Ariane Ducher's avatar Ariane Ducher

la grippe

parent 5e4da5e2
......@@ -108,7 +108,7 @@ all(diff(data$date) == 7)
Regardons enfin à quoi ressemblent nos données !
```{r}
with(data, plot(date, inc, type="l"))
with(data, plot(date, inc, type="l", xlab="Date", ylab="Incidence hebdomadaire"))
```
Un zoom sur les dernières années montre mieux la localisation des pics en hiver. Le creux des incidences se trouve en été.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment