Skip to content

Commit

Permalink
Merge branch 'main' into programming-with-ggplot2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaijagahm authored Dec 18, 2024
2 parents 4e05d04 + 20286d3 commit 8b72cb9
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 161 deletions.
3 changes: 3 additions & 0 deletions 13-build-plot.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,9 @@ p4<-ggplot(mpg, aes(cty, hwy)) +
p3+p4
```

```{r include=FALSE}
rm(class, map) # Clean up so these objects don't confuse later chapters.
```

## Meeting Videos

Expand Down
Loading

0 comments on commit 8b72cb9

Please sign in to comment.