
R Markdown files are designed to be used with the rmarkdown package. Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot. When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. For more details on using R Markdown see.

Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents.


An R Markdown document is written in markdown (an easy-to-write plain text format) and contains chunks of embedded R code, like the document below. R Markdown is a file format for making dynamic documents with R.
