Fixing typos in communicate.Rmd (#304)
This commit is contained in:
parent
0cadd594e1
commit
add9be341c
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Introduction {#communicate-intro}
|
# 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%"}
|
```{r echo = FALSE, out.width = "75%"}
|
||||||
knitr::include_graphics("diagrams/data-science-communicate.png")
|
knitr::include_graphics("diagrams/data-science-communicate.png")
|
||||||
|
|
Loading…
Reference in New Issue