saveModuleToPdf | R Documentation |
Save module to a nice pdf file
saveModuleToPdf(module, file, name = NULL, n_iter = 100, force = 1e-05)
module |
Module to save |
file |
File to save to |
name |
Name of the module |
n_iter |
Number of repel algorithm iterations |
force |
Value of repel force |
Returns NULL
data(mEx)
saveModuleToPdf(module = mEx, file = "module.pdf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.