Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ```{r qplot, fig.width = 6, fig.height=6, message=FALSE}
  2. library(ggplot2)
  3. summary(cars)
  4. qplot(speed, dist, data = cars) + geom_smooth()
  5. ````
  6.  
  7. ```{r q plot, fig.width = 6, fig.height=6, message=FALSE}
  8. library(ggplot2)
  9. summary(cars)
  10. qplot(speed, dist, data = cars) + geom_smooth()
  11. ```
  12.  
  13. pandoc.exe: Could not find image `./test_files/figure-docx/q%20plot.png', skipping...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement