Skip to content

Commit 20286d3

Browse files
Cohort 3, chapter 19: (#58)
* 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]>
1 parent 07abe81 commit 20286d3

File tree

4 files changed

+238
-161
lines changed

4 files changed

+238
-161
lines changed

13-build-plot.Rmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,9 @@ p4<-ggplot(mpg, aes(cty, hwy)) +
458458
p3+p4
459459
```
460460

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

462465
## Meeting Videos
463466

0 commit comments

Comments
 (0)