From 223b13e1950f8ddd7549aac4a7b0047b04edfd7f Mon Sep 17 00:00:00 2001 From: 32003cd7fa4edd13b96010441bce122a <32003cd7fa4edd13b96010441bce122a@app-learninglab.inria.fr> Date: Sun, 28 Mar 2021 15:24:51 +0000 Subject: [PATCH] Update exercice_fr.Rmd --- module3/exo2/exercice_fr.Rmd | 3 --- 1 file changed, 3 deletions(-) diff --git a/module3/exo2/exercice_fr.Rmd b/module3/exo2/exercice_fr.Rmd index 017184d..337ef2d 100644 --- a/module3/exo2/exercice_fr.Rmd +++ b/module3/exo2/exercice_fr.Rmd @@ -156,6 +156,3 @@ head(inc_annuelle[order(inc_annuelle$incidence),]) head(inc_annuelle[order(-inc_annuelle$incidence),]) ``` -Enfin, un histogramme montre bien que les épidémies fortes, qui touchent environ 10% de la population française, sont assez rares: il y en eu trois au cours des 35 dernières années. -```{r} -hist(inc_annuelle$incidence, breaks=10, xlab="Incidence annuelle", ylab="Nb d'observations", main="") \ No newline at end of file -- 2.18.1