Data Mining Algorithms In R/Packages/RWeka/Dot
Appearance
Description
[edit | edit source]Write a DOT language representation of an object for processing via Graphviz.
Usage
[edit | edit source]write_to_dot(x, con = stdout(), ...)
Arguments
[edit | edit source]x, an R object.
con, a connection for writing the representation to.
Additional arguments to be passed from or to methods.
Details
[edit | edit source]Graphviz (http://www.graphviz.org) is open source graph visualization software providing several main graph layout programs, of which dot makes “hierarchical” or layered drawings of directed graphs, and hence is typically most suitable for visualizing classification trees.