Commit 4329800b authored by Gaston Komanda's avatar Gaston Komanda

Affichage graphique, suppression des titres sur la séquence plot.

parent 9085a4a9
......@@ -21,7 +21,7 @@ x
Le premier affichage graphique est la *séquence plot* suivante :
```{r}
plot(x, type = "l", lwd = 2, col = "blue", xaxs = "i", yaxs ="i", xlim = c(0,100), ylim = c(0,25), panel.first = grid())
plot(x, type = "l", lwd = 2, col = "blue", xaxs = "i", yaxs ="i", main = "", ylab = "", xlab = "",xlim = c(0,100), ylim = c(0,25), panel.first = grid())
```
## Deuxième graphique
......
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