Fix chapter count

This commit is contained in:
mine-cetinkaya-rundel 2023-05-25 19:45:56 -04:00
parent 65b862eb65
commit 5d7689a7a4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ The later parts of the book will hit each of these topics in more depth, increas
knitr::include_graphics("diagrams/data-science/whole-game.png", dpi = 270)
```
Five chapters focus on the tools of data science:
Four chapters focus on the tools of data science:
- Visualization is a great place to start with R programming, because the payoff is so clear: you get to make elegant and informative plots that help you understand data.
In @sec-data-visualization you'll dive into visualization, learning the basic structure of a ggplot2 plot, and powerful techniques for turning data into plots.