You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 …
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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/
Beta Was this translation helpful? Give feedback.
All reactions