From 54f8b3b14436687b529826a0d323eaaf2510ec0e Mon Sep 17 00:00:00 2001 From: Martin CHAVANT Date: Fri, 15 May 2020 16:54:34 +0200 Subject: [PATCH] =?UTF-8?q?r=C3=A9alisation=20exo=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/exo3/exercice_fr.Rmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module2/exo3/exercice_fr.Rmd b/module2/exo3/exercice_fr.Rmd index 1032a0e..769b96d 100644 --- a/module2/exo3/exercice_fr.Rmd +++ b/module2/exo3/exercice_fr.Rmd @@ -15,7 +15,8 @@ x=c(14.0, 7.6, 11.2, 12.8, 12.5, 9.9, 14.9, 9.4, 16.9, 10.2, 14.9, 18.1, 7.3, 9. Je fais le plot ```{r } -plot(x, type="l") +plot(x, type="l", plot.window(c(0,1000), c(0,25))) + ``` -- 2.18.1