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 }")

terminological/dtrackr documentation built on Oct. 20, 2024, 6:11 a.m.