Commit c3fe5637 authored by ZackOSX's avatar ZackOSX

sauvegarde

parent a3ceb996
...@@ -9,23 +9,23 @@ a= 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, ...@@ -9,23 +9,23 @@ a= 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,
19.6, 21.7, 11.3, 15.0, 14.3, 16.8, 14.0, 6.8, 8.2, 19.9, 20.4, 14.6, 19.6, 21.7, 11.3, 15.0, 14.3, 16.8, 14.0, 6.8, 8.2, 19.9, 20.4, 14.6,
16.4, 18.7, 16.8, 15.8, 20.4, 15.8, 22.4, 16.2, 20.3, 23.4, 12.1, 16.4, 18.7, 16.8, 15.8, 20.4, 15.8, 22.4, 16.2, 20.3, 23.4, 12.1,
15.5, 15.4, 18.4, 15.7, 10.2, 8.9, 21.0) 15.5, 15.4, 18.4, 15.7, 10.2, 8.9, 21.0)
mean(a)
min(a)
max(a)
median(a)
sd(a)
#+End_src #+End_src
#+RESULTS: #+begin_src R :results output graphics :file (org-babel-temp-file "figure" ".png") :exports both :width 600 :height 400 :session *R*
#+begin_example plot(a,type = "l", lty = 1, col = "blue",ylim=c(0,25),xlim = c(0,100),ylab="",xlab="")
grid(lty=5, col="gray")
#+end_src
[1] 14.113
[1] 2.8 #+RESULTS:
[[file:/var/folders/vm/mnnw8gnj191fdf49b7x4gz000000gn/T/babel-JfhrCg/figure3PcLqf.png]]
[1] 23.4 #+begin_src R :results output graphics :file (org-babel-temp-file "figure" ".png") :exports both :width 600 :height 400 :session *R*
hist(a,col="blue", ylab=NULL,main=NULL)
grid(lty=5, col="gray")
hist(a, add = TRUE, col = "blue", ylab=NULL,main=NULL,border=TRUE)
#+end_src
[1] 14.5
[1] 4.334094 #+RESULTS:
#+end_example [[file:/var/folders/vm/mnnw8gnj191fdf49b7x4gz000000gn/T/babel-JfhrCg/figure9AnTkK.png]]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment