Commit b1c9d163 authored by Thibault Verrier's avatar Thibault Verrier

correction

parent a59689e2
......@@ -24,7 +24,7 @@ plot(data, type = "l", col="blue")
title(main=NULL, xlab=NULL, ylab=NULL)
```
On créé enfin l'histogramme :
On créé enfin l'histogramme avec 10 groupes, comme l'histogramme à reproduire :
```{r}
hist(data, breaks=10, main = NULL, col="blue", xlim=range(0,25), ylim=range(0,25) )
......
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