saveModuleToDot | R Documentation |
Save module to a graphviz dot file
saveModuleToDot(
module,
file,
name = NULL,
extra.node.attrs = NULL,
extra.edge.attrs = NULL
)
module |
Module to save |
file |
File to save to |
name |
Name of the module |
extra.node.attrs |
Table with additional node attributes to be written to the dot file as is |
extra.edge.attrs |
Table with additional edge attributes to be written to the dot file as is |
Returns NULL
data(mEx)
saveModuleToDot(module = mEx, file = "module.dot")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.