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
)

Arguments

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.

See also