Text can be decorated with bold or italics. It is also possible to
Be sure to put a space after the * when you are creating bullets and a space after # when creating section headers, but not between $ and the mathematical formulas.
If the code of an R chunk produces a plot, this plot can be displayed in the resulting file.
xyplot(births ~ date, data=Births78)
Other forms of R output are also displayed as they are produced.
favstats(~ births, data=Births78)
## min Q1 median Q3 max mean sd n missing
## 7135 8554 9218 9705 10711 9132.162 817.8821 365 0
This file can be knit to HTML, PDF, or Word. In RStudio, just select the desired output file type and click on Knit HTML, Knit PDF, or Knit Word. Use the dropdown menu next to that to change the desired file type.
ggplot(data=SAT,aes(x=math,y=ratio))+geom_point()+aes(colour=math)+aes(size=verbal)
fkjkdjfk
This is a comment