Description Usage Arguments Author(s) See Also Examples
The function saves all open RGL plots (3d plots) to the specified directory and using a template name.
For examples see
http://faculty.missouri.edu/~micheasa/sppmix/sppmix_all_examples.html#Save_AllOpenRglGraphs
1 | Save_AllOpenRglGraphs(dir1, filename1 = "RglGraph")
|
dir1 |
Directory to save the plots. |
filename1 |
Template filename. Each open plot is saved as filename1.png, filename2.png, and so forth. |
Sakis Micheas
1 2 | # use a temporary directory to save the plots
Save_AllOpenRglGraphs(dir1=tempdir())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.