sbf_open_pdf | R Documentation |
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
)
x_name |
A string of the name. |
sub |
A string specifying the path to the sub folder (by default the current sub folder). |
main |
A string specifying the path to the main folder (by default the current main folder) |
width |
A positive number indicating the width in inches. |
height |
A positive number indicating the height in inches. |
Other graphic functions:
sbf_close_pdf()
,
sbf_close_window()
,
sbf_close_windows()
,
sbf_open_window()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.