From 27ae0d56df99de8197a4222185ef57279f0f1026 Mon Sep 17 00:00:00 2001 From: Pe Date: Tue, 24 Mar 2020 10:16:46 +0100 Subject: [PATCH] histogramme --- module2/exo3/exercice_fr.Rmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module2/exo3/exercice_fr.Rmd b/module2/exo3/exercice_fr.Rmd index e2c2ffa..203cf38 100644 --- a/module2/exo3/exercice_fr.Rmd +++ b/module2/exo3/exercice_fr.Rmd @@ -26,6 +26,7 @@ plot(liste, type="l", col="blue", panel.first=grid(), xlab = NA, ylab= NA) 2. histograme ```{r} -hist(liste, col="blue", panel.first=grid(), xlab = NA, ylab= NA, main = NA, nclass = ) +hist(liste, col="blue", panel.first=grid(), xlab = NA, ylab= NA, main = NA, ylim = c(0,25), xlim = c(0, 25)) +box() ``` -- 2.18.1