From 4d22b5c12775aabce39ba16a67b893b945e64803 Mon Sep 17 00:00:00 2001 From: Ariane Ducher Date: Wed, 28 Oct 2020 11:36:14 +0100 Subject: [PATCH] la grippe --- module3/exo1/analyse-syndrome-grippal.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/exo1/analyse-syndrome-grippal.Rmd b/module3/exo1/analyse-syndrome-grippal.Rmd index 86105b4..6a51810 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é. -- 2.18.1