From fe794ee300c25e5955c2cc5f87c0baba7efec606 Mon Sep 17 00:00:00 2001 From: Tom van Nuenen Date: Thu, 9 Nov 2023 15:46:21 -0800 Subject: [PATCH] Update README.md (#38) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5e21b5e..8e689b2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ This repository contains the materials for D-Lab's R Data Visualization workshop. Prior experience with [R Fundamentals](https://github.com/dlab-berkeley/R-Fundamentals) is assumed. +Check D-Lab's [Learning Pathways](https://dlab-berkeley.github.io/dlab-workshops/R_path.html) to figure out which of our workshops to take! + + ## Workshop Goals In this workshop, we provide an introduction to data visualization in R. First, we'll cover some basics of visualization theory. Then, we'll explore how to plot data in R using base R functions as well as `ggplot2`. We aim to cover the following types of plots: