Make pretty graphics - learn to ggplot in R

workshop
code along
reproducibility
R
ggplot
Session 24 in the series Basic Biostatistics and Bioinformatics
Author

SLUBI

Published

April 7, 2025

In this session you can learn more about R’s data visualization package ggplot. The workshop will answer the following questions:

What to Expect:

Topic: Introduction to ggplot in R
When: Monday, 7th of April, 09:45
Where: Camput Ultuna, Tangrisner and online via Zoom (Password: 410 410)

Preparation: Please have R and RStudio installed on your computer. Install ggplot2 by typing install.packages("ggplot2") into the console of your RStudio.

This session uses the publicly available Penguins data set. You can install the data with: install.packages("palmerpenguins").

The material will be available on Github after the session.