From 9874ee04890349fd94e4754e821465c3ccb3800b Mon Sep 17 00:00:00 2001 From: 331386446b5a4bf0675ad9d17a262731 <331386446b5a4bf0675ad9d17a262731@app-learninglab.inria.fr> Date: Thu, 12 Sep 2024 15:07:35 +0000 Subject: [PATCH] Update exercice_R_fr.org --- module2/exo2/exercice_R_fr.org | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/module2/exo2/exercice_R_fr.org b/module2/exo2/exercice_R_fr.org index b795d20..3ffec4f 100644 --- a/module2/exo2/exercice_R_fr.org +++ b/module2/exo2/exercice_R_fr.org @@ -45,13 +45,13 @@ summary(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 #+end_src #+RESULTS: -: speed dist -: Min. : 4.0 Min. : 2.00 -: 1st Qu.:12.0 1st Qu.: 26.00 -: Median :15.0 Median : 36.00 -: Mean :15.4 Mean : 42.98 -: 3rd Qu.:19.0 3rd Qu.: 56.00 -: Max. :25.0 Max. :120.00 +: valeurs +: Min. : 4.0 +: 1st Qu.:12.0 +: Median :15.0 +: Mean :15.4 +: 3rd Qu.:19.0 +: Max. :25.0 Et enfin, voici un exemple de sortie graphique: #+begin_src R :results output graphics :file "./cars.png" :exports results :width 600 :height 400 :session *R* -- 2.18.1