Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions _episodes_rmd/06-data-visualization.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ The idea of **mapping** is crucial in **ggplot**. One familiar example is to *ma

## Installing `tidyverse`

<img src="https://tidyverse.tidyverse.org/logo.png" align="right">

**`ggplot2`** belongs to the [**`tidyverse`** framework](https://www.tidyverse.org/). Therefore, we will start with loading the package **`tidyverse`**. If **`tidyverse`** is not already installed, then we need to install first. If it is already installed, then we can skip the following step:

```{r install-tidyverse, echo=TRUE, eval=FALSE}
Expand Down