View source: R/output_format.R
knitr_options_pdf | R Documentation |
Define knitr options for an R Markdown output format that creates PDF output.
knitr_options_pdf(fig_width, fig_height, fig_crop, dev = "pdf")
fig_width |
Default width (in inches) for figures |
fig_height |
Default height (in inches) for figures |
fig_crop |
Whether to crop PDF figures with the command
|
dev |
Graphics device to use for figure output (defaults to png) |
An list that can be passed as the knitr
argument of the
output_format
function.
knitr_options, output_format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.