sbf_open_pdf: Open PDF Device

View source: R/open.R

sbf_open_pdfR Documentation

Open PDF Device

Description

Opens a pdf device in the current pdfs subfolder using ⁠grDevices::[pdf][grDevices::pdf]()⁠.

Usage

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

Other graphic functions: sbf_close_pdf(), sbf_close_window(), sbf_close_windows(), sbf_open_window()


poissonconsulting/subfoldr2 documentation built on Nov. 17, 2024, 1:33 a.m.