sbf_open_pdf.Rd
Opens a pdf device in the current pdfs subfolder using
grDevices::[pdf][grDevices::pdf]()
.
sbf_open_pdf(
x_name = "plots",
sub = sbf_get_sub(),
main = sbf_get_main(),
width = 6,
height = width
)
A string of the name.
A string specifying the path to the sub folder (by default the current sub folder).
A string specifying the path to the main folder (by default the current main folder)
A positive number indicating the width in inches.
A positive number indicating the height in inches.
Other graphic functions:
sbf_close_pdf()
,
sbf_close_window()
,
sbf_close_windows()
,
sbf_open_window()