Home Comments Thread
New Thread

Manipulate SVG Plots with JavaScript in R Markdown | /en/2023/02/manipulate-svg/

giscus giscus 2023-02-08 00:46:53

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 …

https://yihui.org/en/2023/02/manipulate-svg/

👍 3🎉 1

Sign in to join the discussion

Sign in with GitHub