Data Challenge Lab Home

Visualisation basics (1) [explore]

(Builds on: Data basics)
(Leads to: Exploratory data analysis (1D), Visualisation basics (2))

Data visualisation is one of the most important tools of data science. It’s also a great place to start learning a programming language because you get an immediate payoff that will help you keep motivated as you push through initial frustrations.

Readings

These sections will give you the basics of ggplot2, allowing to create simple, but informative, plots.

Skim the following resources so you’re aware of the most important ggplot2 geoms. Come back and read in detail when you actually need to use them.