savePlot {cSEM} | R Documentation |
savePlot
Description
This function saves a given plot of a cSEMResults object to a specified file format.
Usage
savePlot(
.plot_object,
.filename,
.path = NULL)
Arguments
.plot_object |
Object returned by one of the following functions |
.filename |
Character string. The name of the file to save the plot to (supports 'pdf', 'png', 'svg', and 'dot' formats). |
.path |
Character string. Path of the directory to save the file to. Defaults to the current working directory. |
See Also
plot.cSEMResults_default()
plot.cSEMResults_multi()
plot.cSEMResults_2ndorder()
[Package cSEM version 0.6.1 Index]