From 0796425c914ef247609c8a7bc3f058869cde3034 Mon Sep 17 00:00:00 2001 From: Martinjunior Date: Thu, 17 Oct 2024 12:11:06 +0100 Subject: [PATCH] =?UTF-8?q?Commit=20du=20tout=20premier=20travail=20fait:?= =?UTF-8?q?=20travail=20non=20complet=20arr=C3=AAt=C3=A9=20au=20niveau=20d?= =?UTF-8?q?e=20la=20gestion=20des=20manquants?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module3/exo2/exercice_fr.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/exo2/exercice_fr.Rmd b/module3/exo2/exercice_fr.Rmd index 1597842..1cae636 100644 --- a/module3/exo2/exercice_fr.Rmd +++ b/module3/exo2/exercice_fr.Rmd @@ -83,7 +83,7 @@ plot(data_source$Date,data_source$inc,type = 'l',col = "blue",lwd = 2) Nous allons regarder de près ce qui se passe. ```{r} -with(tail(data_source,400),plot(Date,inc,type = 'l',col = "blue",lwd = 2)) +with(tail(data_source,400),plot(Date,inc,type = 'l',col = "blue",lwd = 2,main="Incidence de la varicelle en France",ylab='Taux de contamination')) ``` ## Incidence annuelle -- 2.18.1