Skip to content

Commit

Permalink
20241008 - data visualization catalogue
Browse files Browse the repository at this point in the history
  • Loading branch information
Petersen committed Oct 8, 2024
1 parent 0f9ca02 commit 8023577
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data-visualization.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ ggplot2::ggplot(

### Creating Data Visualizations in `R` {#sec-dataVisualizationOverviewInR}

The R Graph Gallery provides examples of various types of plots: <https://r-graph-gallery.com>.
The Data Visualization Catalogue provides examples of various types of plots depending on one's goal: <https://datavizcatalogue.com/search.html>.
The R Graph Gallery provides examples of various types of plots and how to create them in `R`: <https://r-graph-gallery.com>.
Books on data visualization in `R` include [*`ggplot2`: Elegant Graphics for Data Analysis*](https://ggplot2-book.org) [@ggplot3rdEd] and [*`R` Graphics Cookbook: Practical Recipes for Visualizing Data*](https://r-graphics.org) [@Chang2018].
In this chapter, we will examine how to create statistical graphics to visualize data.
We will create the plots using the `ggplot2` package.
Expand Down

0 comments on commit 8023577

Please sign in to comment.