Skip to content

Commit

Permalink
update link to cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
mistrm82 authored Jul 31, 2024
1 parent 753f1a5 commit 331dbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tidyverse_ggplot2/lessons/03_ggplot2.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ ggplot(bp_plot) +

***

So far we have explored many layers that can be added to any plot with the ggplot2 package. However, we haven't explored the different `geom`s available. The type of data you are plotting will determine the type of `geom` needed, but a nice summary of the main `geom`s is available on the [RStudio ggplot2 cheatsheet](https://rstudio.github.io/cheatsheets/html/data-visualization.html).
So far we have explored many layers that can be added to any plot with the ggplot2 package. However, we haven't explored the different `geom`s available. The type of data you are plotting will determine the type of `geom` needed, but a nice summary of the main `geom`s is available on the [RStudio ggplot2 cheatsheet](https://rstudio.github.io/cheatsheets/data-visualization.pdf).

Let's explore different `geom`s by creating a couple of different plots. We'll start with a bar plot of the number of genes per category. We can start with the most basic plot by specifying the dataframe, geom, and aesthetics.

Expand Down

0 comments on commit 331dbd1

Please sign in to comment.