View source: R/save_plot_pdf.R
save_plot_pdf | R Documentation |
Save the plots to a pdf file
save_plot_pdf(
plot,
out_dir,
file_name = "Graphs",
title = "Plots",
file_per_var = FALSE,
stats = NULL,
force = FALSE,
verbose = TRUE,
path = lifecycle::deprecated(),
filename = lifecycle::deprecated(),
main = lifecycle::deprecated()
)
plot |
A list of ggplots : output of |
out_dir |
The path to the directory where to save the plots |
file_name |
Name of the pdf file |
title |
Main title of the pdf document |
file_per_var |
If |
stats |
Output of |
force |
Continue if the plot is not possible ? If |
verbose |
Logical value for displaying information while running |
path |
|
filename |
|
main |
Save the plots in a pdf file in the folder specified by the path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.