Update 4 toy_document_orgmode_R_fr.org

parent 5710768d
...@@ -57,7 +57,7 @@ ggplot(df, aes(x=X, y=Y, color=Accept)) + ...@@ -57,7 +57,7 @@ ggplot(df, aes(x=X, y=Y, color=Accept)) +
#+RESULTS: #+RESULTS:
[[file:pi_mooc.png]] [[file:pi_mooc.png]]
Il est alors aisé d'obtenir une approximation (pas terrible) de π en comptant combien de fois, en moyenne, \(X^2+Y^2\) est inférieur à 1 : Il est alors aisé d'obtenir une approximation (pas terrible) de π en comptant combien de fois, en moyenne, $X^2 + Y^2$ est inférieur à 1 :
#+begin_src R :results output :exports both #+begin_src R :results output :exports both
4*mean(df$Accept) 4*mean(df$Accept)
......
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