subchunkify | R Documentation |
Taken from StackOverflow.
subchunkify(
g,
fig.height = 7,
fig.width = 5,
dpi = 72,
echo = FALSE,
message = FALSE,
warning = FALSE
)
g |
A plot. |
fig.height |
The Figure height as in an RMarkdown document. |
fig.width |
The Figure width as in an RMarkdown document. |
dpi |
Dots per inch for figure. |
echo |
As in an RMarkdown document. |
message |
As in an RMarkdown document. |
warning |
As in an RMarkdown document. |
Andreas Scharmueller, andschar@proton.me
subchunkify(plot(iris, Sepal.Length ~ Sepal.Width))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.