Description Objects from the Class Slots Methods Author(s) Examples
AmigoDot represents a collection of objects that are extracted from an GraphViz DOT format file.
Objects can be created by calls to the constructor
AmigoDot
.
Elements can be accessed with agraph
,
adjMatrix
,annot
,
relations
, and leaves
.
agraph
:Object of class "igraph"
containing
the graph extracted from the DOT format file.
adjMatrix
:Object of class "matrix"
containing the adjacency matrix of the tree.
annot
:Object of class "data.frame"
containing the annotation of the tree.
relations
:Object of class "data.frame"
containing the relations between the node of the tree.
leaves
:Object of class "data.frame"
containing the leaves of the tree.
See AmigoDot
Markus Schroeder mschroed@jimmy.harvard.edu
1 | showClass("AmigoDot")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.