Commit 27ae0d56 authored by Pe's avatar Pe

histogramme

parent 78644c50
...@@ -26,6 +26,7 @@ plot(liste, type="l", col="blue", panel.first=grid(), xlab = NA, ylab= NA) ...@@ -26,6 +26,7 @@ plot(liste, type="l", col="blue", panel.first=grid(), xlab = NA, ylab= NA)
2. histograme 2. histograme
```{r} ```{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()
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment