Fix chapter count
This commit is contained in:
parent
65b862eb65
commit
5d7689a7a4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue