Save_AllOpenRglGraphs: Saves RGL plots

Description Usage Arguments Author(s) See Also Examples

View source: R/mcmc_plots.R

Description

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

Usage

1
Save_AllOpenRglGraphs(dir1, filename1 = "RglGraph")

Arguments

dir1

Directory to save the plots.

filename1

Template filename. Each open plot is saved as filename1.png, filename2.png, and so forth.

Author(s)

Sakis Micheas

See Also

Plots_off

Examples

1
2
# use a temporary directory to save the plots
Save_AllOpenRglGraphs(dir1=tempdir())

sppmix documentation built on Jan. 13, 2021, 10:04 p.m.