Andrew Irwin
2021-03-08
Rstudio menu:
cars %>% ggplot(aes(speed, dist)) + geom_point()
All markdown formatting for italics, bold, hyperlinks are available.
You can include images from the internet or your own computer.
mpg %>% count(class)
class | n |
---|---|
2seater | 5 |
compact | 47 |
midsize | 41 |
minivan | 11 |
pickup | 33 |
subcompact | 35 |
suv | 62 |
I've shown a simple set of slides you can easily make using Rstudio and R markdown
Remember, you generally want to make your slides quite simple and use large text and images
You can use the formatting described in the lesson on reproducible reports to control how code and visualization are displayed
A link to the full code for these slides is provided in the detailed outline