diff --git a/module3/exo2/exercice_fr.Rmd b/module3/exo2/exercice_fr.Rmd index 017184db84f932ea2fb8a3959e9268da5ddf802f..337ef2d25b9fb28ad1883a73dfb1237b187b48ba 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