Update 2 exercice_fr.Rmd

parent d1d1c54d
......@@ -20,7 +20,7 @@ vec = c(14.0, 7.6, 11.2, 12.8, 12.5, 9.9, 14.9, 9.4, 16.9, 10.2, 14.9, 18.1, 7.3
```{r}
plot(vec, type="l", col="blue",xlab="",ylab="",ylim=c(0,25),panel.first=grid(),xaxs="i",yaxs="i",tck=.01)
hist(vec, col="blue",main="",xlab="", ylab="",xlim=c(0,25),ylim=c(0,25),panel.first=grid(),tck=F)
hist(vec, breaks =seq(min(vec), max(vec), length=11), include.lowest=T, col="blue",main="",xlab="", ylab="",xlim=c(0,25),ylim=c(0,25),panel.first=grid(),tck=F)
```
......
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