| create_graphNEL_object | R Documentation |
Create a graphNEL object from the functional structure.
create_graphNEL_object(my_structure)
my_structure |
A list, the functional structure calculated in create_list_of_functional_structure(). |
A graphNEL object
my_structure <- create_list_of_functional_structure(filename, path)
my_graph <- create_graphNEL_object(my_structure)
attrs <- list(node=list(fontsize = 8, shape="ellipse", fixedsize=FALSE,
label="foo"),
edge=list(minlen = 2),
graph=list(rankdir="LR"))
Rgraphviz::plot(my_graph, attrs=attrs)
Rgraphviz::plot(my_graph, "neato", attrs=attrs)
Rgraphviz::plot(my_graph, "twopi", attrs=attrs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.