-
Notifications
You must be signed in to change notification settings - Fork 16
Description
What is it about
ggplot2 is an R package to create beautiful and informative data visualisations. The gg in ggplot2 stands for "grammar of graphics", which referes to the way you build plots using this package. Every element in the plot is a layer and you build your data visualisation by putting all these layrs together. ggplot2 is incredibly flexible and gives you total control over every element in the graph while being very intuitive and easy to use. In this tutorial you will learn the basics of ggplot2 syntax and make some beautiful data visualisation.
When and where
We will meet on the 17th of July from 17:30 to 19:00 in Room ZB19 in the Zoology Building.
How to prepare
All you will need is a laptop with R installed (you can download it here).
Hope to see you there!