Fixing typos in communicate.Rmd (#304)

This commit is contained in:
Brett Klamer 2016-08-25 15:31:24 -04:00 committed by Hadley Wickham
parent 0cadd594e1
commit add9be341c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Introduction {#communicate-intro}
So far, you've learned the tools to get your data into R, tidy it into a form convenient for analysis, and then understand you data through transformation, visualisation and modelling. However, it doesn't matter how great your analysis is unless you can explain it to others: you need to __communicate__ your results.
So far, you've learned the tools to get your data into R, tidy it into a form convenient for analysis, and then understand your data through transformation, visualisation and modelling. However, it doesn't matter how great your analysis is unless you can explain it to others: you need to __communicate__ your results.
```{r echo = FALSE, out.width = "75%"}
knitr::include_graphics("diagrams/data-science-communicate.png")