Your Turn: Real-World Project

 Congrats!  🥳 You’ve completed the first module! You now have a clear understanding of what ggplot2 is and how to create and save your own charts.

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! 😱

It seems like you haven’t enrolled in the course yet!

Join many other students today and become the ggplot2 expert your company needs!


Or Login

← Previous

Exporting Plots

Next →

Complete Themes