Update exercice_fr.Rmd

parent 50c212c0
...@@ -156,6 +156,3 @@ head(inc_annuelle[order(inc_annuelle$incidence),]) ...@@ -156,6 +156,3 @@ head(inc_annuelle[order(inc_annuelle$incidence),])
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment