Guest User

Untitled

a guest
Jun 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. ---
  2. output: pdf_document
  3. ---
  4.  
  5. ```{r fig.cap = "Plot with ttf font"}
  6. library(grid)
  7. grid.newpage()
  8. grid.text("Some text", gp = gpar(fontfamily = "Pacifico"))
  9. ```
Add Comment
Please, Sign In to add comment