Skip to content

Workshop materials and instructions for the 2022-09-21 Introduction to Data Visualization in R virtual workshop , led by JHU Data Services. 

License

Notifications You must be signed in to change notification settings

jhu-data-services/intro-to-data-visualization-in-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Data Visualization in R

Workshop materials and instructions for the 2023-09-12 Introduction to Data Visualization in R virtual workshop, led by JHU Data Services. 

This workshop introduces data visualization in R using base R and ggplot2. In this hands-on workshop, we cover design concepts of data visualization and popular R packages, before diving into creating data visualizations for a prepared dataset using base R and ggplot2.

Pre-Class Instructions

Software Installation

  • If you haven’t already, make sure you have downloaded and installed the following software:
  • If it’s been a while since you’ve used R or R Studio, no worries! But check your versions and consider updating if you’re several versions behind.

Software Setup

In this workshop, we’ll be using a number of R packages. Please try to install them prior to the workshop starting, as some of these packages can take a while to install. Make sure you’ve installed the following R packages:

  • ggplot2 (for plotting)
  • palmerpenguins (our data)
  • RColorBrewer (for generating colorblind friendly color palettes)

To install the packages, use the following commands in your R console:

install.packages("ggplot2")
install.packages("palmerpenguins")
install.packages("scales")
install.packages("RColorBrewer")

Description of Files

  • presentation-materials: This folder contains PowerPoint slides and other presentation materials used in the workshop
  • resources: This folder contains cheatsheets to assist you during the workshop and links to external sources for you to continue your learning

Post-Class Survey

If you have taken the live webinar for this class, please take this survey: Intro to Data Vis in R Survey

JHU Data Services

Website: dataservices.library.jhu.edu/
Contact us: dataservices@jhu.edu
JHU Data Services, part of the Johns Hopkins University Sheridan Libraries, helps the JHU community find, use, visualize, manage, and share data. We offer live webinars and self-paced online trainings on computational research and coding, GIS, data management, data visualization, and more. See all of our training topics on our website.

This repository contains materials for one of our live webinars open to JHU students, faculty, and staff. Please contact us with any questions.

As of March 2020, Data Services workshops are being held virtually on Zoom. See our calendar to register for upcoming workshops.

License and Terms of Use

The presentation materials are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0), attributable to Data Services, Johns Hopkins University.

See LICENSE file for additional code licensing and re-use information.

The images, external resources, and cheatsheets linked in this repository may have other licenses and terms of use.

Citation

Please cite this material as:
Johns Hopkins University Data Services. September 12, 2023. Introduction to Data Visualization in R

About

Workshop materials and instructions for the 2022-09-21 Introduction to Data Visualization in R virtual workshop , led by JHU Data Services. 

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages