From 740641da19ab774baefe68b4567145c0d181f7b1 Mon Sep 17 00:00:00 2001 From: WMarchand Date: Fri, 9 Jun 2023 16:55:11 +0200 Subject: [PATCH] update exo 3 --- module2/exo3/exercice_fr.Rmd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module2/exo3/exercice_fr.Rmd b/module2/exo3/exercice_fr.Rmd index 4d39387..254a13f 100644 --- a/module2/exo3/exercice_fr.Rmd +++ b/module2/exo3/exercice_fr.Rmd @@ -42,6 +42,8 @@ ggplot()+ geom_histogram(data= x.df, aes(data), binwidth = 1.5, fill = 'blue', color = 'black') -hist(x.df$data, xlim = c(0, 25), col = 'blue') +hist(x.df$data, xlim = c(0, 25), col = 'blue', main = '') +box(col = 'black') +grid(lwd=2, nx=5, ny=5) ``` \ No newline at end of file -- 2.18.1