Description Usage Arguments Value Examples
Save plots into the directory specified by the directory
argument.
Note: If no directory is specified, it will save to tempdir().
A possible option is setting directory = "./Plots"
This function was modified from the CEMiTool package. Chunks of code were retained "as is"
1 2 3 4 | save_plots(fc, name, force = FALSE, directory = "tempdir()")
## S4 method for signature 'fcoex'
save_plots(fc, name, force = FALSE, directory = "tempdir()")
|
fc |
Object of class |
name |
The name of the file to be saved. |
force |
If the directory exists, execution will not stop. |
directory |
Directory into which the files will be saved. |
A pdf file or files with the desired plot(s)
1 2 | data(fc)
save_plots(fc, name = "Example")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.