Fix broken crossref, closes #1309

This commit is contained in:
mine-cetinkaya-rundel 2023-03-02 00:29:53 -05:00
parent 70687bf94c
commit d13baffead
2 changed files with 2 additions and 2 deletions

View File

@ -436,7 +436,7 @@ We finally have a plot that perfectly matches our "ultimate goal"!
)
```
## ggplot2 calls
## ggplot2 calls {#sec-ggplot2-calls}
As we move on from these introductory sections, we'll transition to a more concise expression of ggplot2 code.
So far we've been very explicit, which is helpful when you are learning:

View File

@ -994,7 +994,7 @@ There are two other coordinate systems that are occasionally helpful.
## The layered grammar of graphics
We can expand on the graphing template you learned in @sec-graphing-template by adding position adjustments, stats, coordinate systems, and faceting:
We can expand on the graphing template you learned in @sec-ggplot2-calls by adding position adjustments, stats, coordinate systems, and faceting:
ggplot(data = <DATA>) +
<GEOM_FUNCTION>(