3.4 Line chart: geom_line()
- A geom that connects points from left to right.
linetypeis a useful parameter.- Checkout the different linetypes here.
- Also here
?linetype

- What’s up with
geom_path()?- Connects points as they appear in order of the data
- Answer to exercise 2.

