Save a plot as a PDF file in a (default) folder. The present default is determined by the folder structure for the production of the book.
save_PDF(
fname = "scratch",
folder = "../../Graphs",
show = T,
width = 6,
height = 4.5
)
save a plot as a PDF file.
the file name without the extension PDF (default: scratch
).
the folder for saving PDF plots (default ../../Graphs)
.
a logical parameter; if TRUE the full file name will be displayed.
figure width in inches (default = 6).
figure height in inches (default = 4.5).
Paul Eilers
Eilers, P.H.C. and Marx, B.D. (2021). Practical Smoothing, The Joys of P-splines. Cambridge University Press.