DiagrammeRsvg
DiagrammeRsvg copied to clipboard
A utility package for providing SVG export to DiagrammeR graph diagrams
DiagrammeRsvg
This is a utility package for providing SVG export of DiagrammeR graph objects.
While the package allows for SVG export, it also enables the export of PDF and PNG files in DiagrammeR. A stable release of DiagrammeRsvg is available from CRAN.
install.packages("DiagrammeRsvg")
The development version is available from GitHub, using the devtools package.
devtools::install_github("rich-iannone/DiagrammeRsvg")