From 614acebc580d81daf47812140391de5c39b7c068 Mon Sep 17 00:00:00 2001 From: cec0fa441f8ff58b093113f2b0885f9a Date: Fri, 18 Jun 2021 21:14:48 +0000 Subject: [PATCH] Update toy_document_fr.Rmd --- .../{toy_document_fr.Rmd => toy_document_fr. Rmd} | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) rename module2/exo1/{toy_document_fr.Rmd => toy_document_fr. Rmd} (74%) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr. Rmd similarity index 74% rename from module2/exo1/toy_document_fr.Rmd rename to module2/exo1/toy_document_fr. Rmd index 46bd9dc..8baeb4f 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr. Rmd @@ -10,16 +10,6 @@ output: html_document knitr::opts_chunk$set(echo = TRUE) ``` -```{r cars} -summary(cars) -``` - -Et on peut aussi aisément inclure des figures. Par exemple: - -```{r pressure, echo=FALSE} -plot(pressure) -``` - ## [1] 3.141593 @@ -33,3 +23,5 @@ df = data.frame(X = runif(N), Y = runif(N)) df$Accept = (df$X**2 + df$Y**2 <=1) library(ggplot2) ggplot(df, aes(x=X,y=Y,color=Accept)) + geom_point(alpha=.2) + coord_fixed() + theme_bw() + +## [1] 3.156 \ No newline at end of file -- 2.18.1