Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ---
  2. title: "image.Rmd"
  3. output:
  4. pdf_document:
  5. keep_tex: true
  6. toc: true
  7. ---
  8.  
  9. ```{r}
  10. knitr::opts_chunk$set(dev='pdf')
  11. ```
  12.  
  13. newcommand{comment}[1]{}
  14.  
  15. listoffigures
  16.  
  17. ```{r theplot,fig.show="hide"}
  18. plot(rnorm(1000))
  19. ```
  20.  
  21. ![label{thefig}This is the captioncomment{this is the comment}](image_files/figure-latex/theplot-1.pdf)
  22.  
  23. newcommand{comment}[1]{textit{#1}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement