diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 86105b4a95981d3ad6f998af95fe5990cc288f65..6a51810915ed919b439890f4583580519fe5fef9 100644 --- a/module3/exo1/analyse-syndrome-grippal.Rmd +++ b/module3/exo1/analyse-syndrome-grippal.Rmd @@ -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é.