Hubert Baechli
Hello World that’s my first plot: test
hubi <- rnorm(10000, mean = 46, sd = 1) hist(hubi)
--- title: "Assignment 1: <br>Hello World" author: "Hubert Baechli" --- Hello World that's my first plot: test ```{r} hubi <- rnorm(10000, mean = 46, sd = 1) hist(hubi) ```