Update exo5_fr.Rmd : work on the whole dataset

parent cc608b4a
......@@ -52,6 +52,8 @@ simplifier l'analyse.
Comment la fréquence d'échecs varie-t-elle avec la température ?
```{r}
data = read.csv("shuttle.csv",header=T)
data
plot(data=data, Malfunction/Count ~ Temperature, ylim=c(0,1))
```
......
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