dot2svg: Convert 'Graphviz' dot content to a SVG

View source: R/dot.R

dot2svgR Documentation

Convert Graphviz dot content to a SVG

Description

Convert a graphviz dot digraph as string to SVG as string

Usage

dot2svg(dot)

Arguments

dot

a graphviz dot string

Value

the SVG as a string

Examples

dot2svg("digraph { A->B }")

dtrackr documentation built on Oct. 21, 2024, 5:06 p.m.