From ce4325bbc3dabd0222783770be33c04eed7109e6 Mon Sep 17 00:00:00 2001 From: 26409e76addd01285a23d94b61746792 <26409e76addd01285a23d94b61746792@app-learninglab.inria.fr> Date: Sat, 29 May 2021 13:37:21 +0000 Subject: [PATCH] Update toy_document_fr.Rmd --- module2/exo1/toy_document_fr.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 9518f7e..47b4395 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -17,9 +17,9 @@ pi ``` ## En utilisant la méthode des aiguilles de Buffon -Mais calculé avec la **méthode** , on obtiendrait comme **approximation** : +Mais calculé avec la **méthode** des [aiguilles de Buffon] (https://fr.wikipedia.org/wiki/Aiguille_de_Buffon), on obtiendrait comme **approximation** : -```{r cars} +```{r} set.seed(42) N = 100000 x = runif(N) -- 2.18.1