RSvgDevice: An R SVG graphics device.
RでSVG形式の画像を扱うパッケージ
- CRAN: http://cran.r-project.org/web/packages/RSvgDevice/index.html
- GitHub: https://github.com/mdecorde/RSvgDevice
> 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()