From 429b48e61eb7e18ad7a8bd20dea73b7f79e3d0fc Mon Sep 17 00:00:00 2001 From: ebf5bc0a346108dac060a0673cebd35a Date: Mon, 8 Feb 2021 13:28:51 +0000 Subject: [PATCH] Update toy_document_fr.Rmd --- module2/exo1/toy_document_fr.Rmd | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 111eaf3..baf7cd3 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -14,7 +14,9 @@ knitr::opts_chunk$set(echo = TRUE) Mon ordinateur m'indique que $\pi$ vaut *approximativement* -```{r } pi``` +```{r cars} +pi +``` ## En utilisant la méthode des aiguilles de Buffon @@ -46,4 +48,6 @@ Il est alors aisé d’obtenir une approximation (pas terrible) de π en comptan est inférieur à 1: -```{r}4*mean(df$Accept)``` \ No newline at end of file +```{r} +4*mean(df$Accept) +``` -- 2.18.1