Manipulate SVG Plots with JavaScript in R Markdown | /en/2023/02/manipulate-svg/
Manipulate SVG Plots with JavaScript in R Markdown
The graphics format SVG is essentially XML. You can generate SVG plots easily with the knitr chunk option dev = 'svg' (or 'svglite' or other SVG devices). However, they are embedded in the HTML output …
👍 3🎉 1