From b1c9d1635734b29154f8e7865a4cbfe48aa99db8 Mon Sep 17 00:00:00 2001 From: Thibault Verrier Date: Wed, 10 Jun 2020 20:43:22 +0200 Subject: [PATCH] correction --- module2/exo3/exercice_fr.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module2/exo3/exercice_fr.Rmd b/module2/exo3/exercice_fr.Rmd index 64bcf19..7417c2b 100644 --- a/module2/exo3/exercice_fr.Rmd +++ b/module2/exo3/exercice_fr.Rmd @@ -24,7 +24,7 @@ plot(data, type = "l", col="blue") title(main=NULL, xlab=NULL, ylab=NULL) ``` -On créé enfin l'histogramme : +On créé enfin l'histogramme avec 10 groupes, comme l'histogramme à reproduire : ```{r} hist(data, breaks=10, main = NULL, col="blue", xlim=range(0,25), ylim=range(0,25) ) -- 2.18.1