Learn R Programming

dtrackr (version 0.4.6)

dot2svg: Convert Graphviz dot content to a SVG

Description

Convert a graphviz dot digraph as string to SVG as string

Usage

dot2svg(dot)

Value

the SVG as a string

Arguments

dot

a graphviz dot string

Examples

Run this code
dot2svg("digraph { A->B }")

Run the code above in your browser using DataLab