diff --git a/module2/exo2/exercice_R_fr.org b/module2/exo2/exercice_R_fr.org index b795d204259cd8075b2188c9f99ac02a10c8fe48..3ffec4f87ff30122914f308e77604a126660c9d7 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*