Update exercice_fr.Rmd

parent 0ae98e48
...@@ -44,4 +44,13 @@ median(data_exo) ...@@ -44,4 +44,13 @@ median(data_exo)
```{r , echo=FALSE} ```{r , echo=FALSE}
sd(data_exo) sd(data_exo)
```
# Plot 1
```{r , echo=FALSE}
plot(data_exo, type='l', col='blue')
```
# histogramme
```{r , echo=FALSE}
hist(data_exo, xlim=c(0,25), col='blue')
``` ```
\ 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