saveModuleToXgmml | R Documentation |
Save module to an XGMML file
saveModuleToXgmml(module, file, name = NULL)
module |
Module to save |
file |
File to save to |
name |
Name of the module |
Returns NULL
data(mEx)
saveModuleToXgmml(module = mEx, file = "module.xgmml")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.