This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This is an [R Markdown](http://rmarkdown.rstudio.com) Notebook. When you | |
| execute code within the notebook, the results appear beneath the code. | |
| Try executing this chunk by clicking the *Run* button within the chunk | |
| or by placing your cursor inside it and pressing *Cmd+Shift+Enter*. | |
| ``` r | |
| plot(cars) | |
| ``` |