This is useful primarily for testing. Requires the htmltools
package.
htmlSVG(code, ...)
Plotting code to execute.
Other arguments passed on to svglite
.
if (interactive() && require("htmltools")) {
htmlSVG(plot(1:10))
htmlSVG(hist(rnorm(100)))
}