Commit 0796425c authored by Martinjunior's avatar Martinjunior

Commit du tout premier travail fait: travail non complet arrêté au niveau de...

Commit du tout premier travail fait: travail non complet arrêté au niveau de la gestion des manquants
parent 8325a702
...@@ -83,7 +83,7 @@ plot(data_source$Date,data_source$inc,type = 'l',col = "blue",lwd = 2) ...@@ -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. Nous allons regarder de près ce qui se passe.
```{r} ```{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 ## Incidence annuelle
......
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