View source: R/postestimate_savePlot.R
savePlot | R Documentation |
This function saves a given plot of a cSEMResults object to a specified file format.
savePlot(
.plot_object,
.filename,
.path = NULL)
.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. |
plot.cSEMResults_default()
plot.cSEMResults_multi()
plot.cSEMResults_2ndorder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.