1 Level 1 Heading

This is some random text here because there is nothing to write about. What do you write about when someone forces you to write about stuff? You have to make up stuff and I am not very good at this. I think this will do.

1.1 Level 2 Heading

Hopefully this section has more interesting stuff. Not really. You are mistaken. This section is even more boring than the previous section. But in this section, we are going to have some R chunks.

data(iris)
str(cars)
## 'data.frame':    50 obs. of  2 variables:
##  $ speed: num  4 4 7 7 8 9 10 10 10 11 ...
##  $ dist : num  2 10 4 22 16 10 18 26 34 17 ...

Below is a table. How fascinating!

head(cars)

1.2 Plots

Here is a basic R plot.

plot(cars$speed,cars$dist)
This is a scatterplot.

This is a scatterplot.

1.3 Image

So we can include a random image here? Yes, here is an image:

This is an aerial view of Gotland (not a real image). But it’s cute. Did you notice the Rauks on the top right? That’s where we go for the excursion. So don’t miss it!

End of Document