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 = TRUE,
verbose = TRUE,
path = lifecycle::deprecated(),
filename = lifecycle::deprecated(),
main = lifecycle::deprecated()
)
A list of ggplots : output of plot()
The path to the directory where to save the plots
Name of the pdf file
Main title of the pdf document
If TRUE
, produces one file per variable instead of one
with all variables inside
Output of statistics_situations
with all_situations = FALSE
.
Needed if file_per_var
is TRUE.
It is used to classify situations according to the descending RMSE.
Continue if the plot is not possible ? If TRUE
, return NULL
,
else return an error.
Logical value for displaying information while running
Save the plots in a pdf file in the folder specified by the path