editSVG | R Documentation |
This is useful primarily for testing or post-processing the SVG.
editSVG(code, ..., width = NA, height = NA)
code |
Plotting code to execute. |
... |
Other arguments passed on to |
height , width |
Height and width in inches. |
if (interactive()) {
editSVG(plot(1:10))
editSVG(contour(volcano))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.