Update exercice_en.Rmd

parent d6e305d0
...@@ -10,11 +10,11 @@ x <- c(14.0, 7.6, 11.2, 12.8, 12.5, 9.9, 14.9, 9.4, 16.9, 10.2, 14.9, 18.1, 7.3, ...@@ -10,11 +10,11 @@ x <- c(14.0, 7.6, 11.2, 12.8, 12.5, 9.9, 14.9, 9.4, 16.9, 10.2, 14.9, 18.1, 7.3,
# Sequence Plot # Sequence Plot
```{r} ```{r}
plot(x, type="l") plot(x, type="l", col="blue")
``` ```
# Histogram # Histogram
```{r} ```{r}
hist(x) hist(x, col="blue")
``` ```
\ No newline at end of file
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