I am using Knit PDF to compile a beamer presentation in RStudio.
---
title: "A.P. Statistics"
author: "Notes for Chapter 3.Rmd"
date: "Monday, October 13, 2014"
output: beamer_presentation
---
## Computer Output
```{r}
summary(lm(cars$dist~cars$speed))
```
How can I change the font size (just for this one chunk, leaving other chunks the same font size) so that the output of this command fits on one slide?