to_svg_string {ontologyPlot}R Documentation

Convert ontology_plot to SVG string

Description

Note that by setting "id" and "class" attributes it enables nodes to be selected for manipulation using Javascript if interactivity is desired.

Usage

to_svg_string(op)

Arguments

op

Object of class ontology_plot.

Value

Character vector of length 1 containing SVG representation of node.

See Also

onto_plot, get_ontology_plot


[Package ontologyPlot version 1.7 Index]