Skip to content

Commit

Permalink
Cohort 3, chapter 19: (#58)
Browse files Browse the repository at this point in the history
* Cohort 3, chapter 19:

To aid slidedeck navigation

* separated long slides into separate slides
* folded longer code blocks into details
* hid "TODO" elements

The previous cohort correctly noted that some codes do not work at the moment.  I commented out what wasn't working at the moment and set "eval = TRUE" for the rest of the code.

* Update 19-ggplot2-internals.Rmd

* Clean up + explicitly namespace map.

---------

Co-authored-by: Jon Harmon <[email protected]>
  • Loading branch information
dsollberger and jonthegeek authored Dec 2, 2024
1 parent 07abe81 commit 20286d3
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 20286d3

Please sign in to comment.