Minor Typos (#173)

Just a few small typos.
This commit is contained in:
Terence Teo 2016-07-23 10:00:16 -04:00 committed by Hadley Wickham
parent e86c443320
commit 0f5ce48b40
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@ The goal of the first part of this book is to get you up to speed with the basic
knitr::include_graphics("diagrams/data-science-explore.png")
```
You will get frustrated when you start programming it R, because it such a stickler for mistakes. Even one character out of place will cause it to complain. However, that frustration is both typical and temporary. It happens to everyone, and the only way to get over it is to keep trying.
You will get frustrated when you start programming in R, because it is such a stickler for mistakes. Even one character out of place will cause it to complain. However, that frustration is both typical and temporary. It happens to everyone, and the only way to get over it is to keep trying.
Visualisation 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 [data visualisation] you'll dive into visualisation, learning the basic structure of a ggplot2 plot, and powerful techniques for turning data into plots.
Visualisation alone is typically not enough, so in [data transformation] you'll learn the key verbs that allow you select important variables, filter out key observations, create new variables, and compute summaries.
Visualisation alone is typically not enough, so in [data transformation] you'll learn the key verbs that allow you to select important variables, filter out key observations, create new variables, and compute summaries.
Finally, in [exploratory data analysis], you'll combine visualisation and transformation with your curiosity and scepticism to ask and answer interesting questions about data.