Skip to content

An introductory workshop to R's ggplot2 library

License

Notifications You must be signed in to change notification settings

nuitrcs/IntroToRggplot2

 
 

Repository files navigation

Introduction to ggplot2 in R

ggplot2 is an R package for producing visualizations of data. In this workshop you will learn about the conceptual framework based on the grammar of graphics which allows users to build customizable plots with ggplot2. You will learn to create commonly used data visualizations like scatterplots or boxplots, add statistical annotations such as regression lines, and customize the layouts, fonts and colors for your visualizations.

Prerequisites: Participants should be familiar with R at the level of the R Fundamentals Bootcamp, another introductory R workshop, or be a self-taught R coder. Prior to the workshop, please ensure that you have R, Rstudio and the tidyverse library installed on your computer. You can find information on how to install these items here.

The workshop notebook can be accessed online through Google Colab here.

Credit: Most of the materials in this workshop were originally developed for the R Fundamentals workshop series from NUIT RCDS (specifically Day 4) by Ritika Giri.

About

An introductory workshop to R's ggplot2 library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%