kpdf: open pdf device with defaults

View source: R/package.R

kpdfR Documentation

open pdf device with defaults

Description

output to pdf device in default directory and keep open

Usage

kpdf(
  filename = "plot.pdf",
  height = 10,
  width = 10,
  h = height,
  w = width,
  cex = 1,
  title = NULL,
  byrow = TRUE,
  dim = NULL,
  cex.title = 1,
  oma.scale = 0,
  oma.val = c(1, 1, 1, 1),
  useDingbats = FALSE,
  res = 0,
  pars = list(),
  ...
)

kevinmhadi/khtools documentation built on Jan. 16, 2025, 4:18 p.m.