RSvgDevice: An R SVG graphics device.

RでSVG形式の画像を扱うパッケージ

> library(RSvgDevice)
Error: package or namespace load failed for 'RSvgDevice'

バージョン: 0.6.4.4


関数名 概略
devSVG A SVG Graphics Driver

devSVG

> #devSVG()
> plot(1:11, (-5:5) ^ 2, 
+      type = 'b', 
+      main = "Simple Example")
> #dev.off()