Your Turn: Real-World Project

 Congrats!  🥳 You’ve completed the third module! Labels, annotation and text is a core part of a great chart and you now master them with R and ggplot2.

Now, let's put this knowledge into practice with real-world datasets, before we take your skills to the next level! 🚀

Members only20 minutes read

📍 Goal

The purpose of this first mini-project is to put your newly acquiredggplot2 skills into practice and make sure you’ve absorbed the key concepts from the first module. 🔥

Your task: pick one of the datasets below, open R locally (or in a cloud setup), and create a few basic charts to visualize it. No need to get fancy yet — we’ll dive into customization in the upcoming modules.

💾 Datasets

🐧 Palmer Penguins Easy

description

Measurements for three penguin species living in the Palmer Archipelago, Antarctica by "Gorman et al. (2014) PLoS ONE 9.

  • species, island — species and location
  • bill_length_mm, bill_depth_mm, flipper_length_mm, body_mass_g — body measurements
  • sex, year — demographic and sampling info


Import


Preview

Loading CSV data...

Oh no! 😱

This lesson is not ready yet.

But we're working hard on it, releasing 1-2 lessons per week. If you're a student, check the discord channel for announcements! (discord logo logo above. )

🙇

← Previous

Text Styling

Next →

Small Multiples