From 4329800bc1f47855564d10b38c92508f551bcbff Mon Sep 17 00:00:00 2001 From: Gaston Komanda Date: Sun, 14 Mar 2021 11:17:56 +0200 Subject: [PATCH] =?UTF-8?q?Affichage=20graphique,=20suppression=20des=20ti?= =?UTF-8?q?tres=20sur=20la=20s=C3=A9quence=20plot.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/exo3/exercice_fr.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module2/exo3/exercice_fr.Rmd b/module2/exo3/exercice_fr.Rmd index 918748a..fbd5a08 100644 --- a/module2/exo3/exercice_fr.Rmd +++ b/module2/exo3/exercice_fr.Rmd @@ -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 -- 2.18.1