ppdf: kevin's modification of ppdf

ppdfR Documentation

kevin's modification of ppdf

Description

height and width are specified in inches by default resolution is specified as 300 but is not used

Usage

ppdf(
  expr,
  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 Feb. 14, 2025, 10:25 a.m.