Commit 72a16030 authored by Olivier Messina's avatar Olivier Messina

Deuxieme edition

parent a948207b
......@@ -15,6 +15,14 @@ Sd = sd(Data_frame)
Statistiques
Moyenne
Sd
```
```{r}
plot(Data_frame,ylim=c(0,25),xlim=c(0,100),type="l",col="blue",ylab="",xlab="")
grid(5, 5, lwd = 2) # grid only in y-direction
```
```{r}
hist(Data_frame,type="l",ylim=c(0, 25),xlim=c(0,25),col="blue",ylab="",xlab="")
grid(5, 5, lwd = 2) # grid only in y-direction
```
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