diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 705b9470d5cd39ef055254f868afb939cce98f33..99d5ddc02e2a02245f9410544c186a5799ee74c8 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -34,7 +34,3 @@ ggplot(df, aes(x=X,y=Y,color=Accept)) + geom_point(alpha=.2) + coord_fixed() + t ## [1] 3.156 -```{r setup, include=FALSE} -knitr::opts_chunk$set(echo = TRUE) -``` -