diff --git a/module2/exo1/cars.png b/module2/exo1/cars.png index c6d11231a623dd84dd346684b7ad070020623436..84107d57dc070a185c27904fc4aaa335a053f77f 100644 Binary files a/module2/exo1/cars.png and b/module2/exo1/cars.png differ diff --git a/module2/exo1/cosxsx.png b/module2/exo1/cosxsx.png index 90c19d9683fc5673b35b3481174a8afb47b04e6f..e6bdc155d45eabb94aad62c1ad03e105b822fbc5 100644 Binary files a/module2/exo1/cosxsx.png and b/module2/exo1/cosxsx.png differ diff --git a/module2/exo1/toy_document_orgmode_R_fr.org b/module2/exo1/toy_document_orgmode_R_fr.org index 842a6004b099755843ba63af36afecd959c153ad..5975e37b08fcf37dfaecb541dd411b657248e857 100644 --- a/module2/exo1/toy_document_orgmode_R_fr.org +++ b/module2/exo1/toy_document_orgmode_R_fr.org @@ -54,7 +54,7 @@ summary(cars) : Max. :25.0 Max. :120.00 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* +#+begin_src R :results output graphics file :file "./cars.png" :exports results :width 600 :height 400 :session *R* plot(cars) #+end_src diff --git a/templates/toy_document_orgmode_R.org b/templates/toy_document_orgmode_R.org index aae7161a3d99fffbb5d4a0dcf7e63181e9f213d5..ebc837620817b7a45b58719ea30fab41272e2210 100644 --- a/templates/toy_document_orgmode_R.org +++ b/templates/toy_document_orgmode_R.org @@ -55,7 +55,7 @@ summary(cars) : Max. :25.0 Max. :120.00 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* +#+begin_src R :results output graphics file :file "./cars.png" :exports results :width 600 :height 400 :session *R* plot(cars) #+end_src