Description Usage Arguments Value Examples
Save plots into the directory specified by the directory
argument.
1 2 3 4 5 | save_plots(fc, name, force = FALSE, directory = "./Plots")
## S4 method for signature 'fcoex'
save_plots(fc, name, force = FALSE,
directory = "./Plots")
|
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.