ksvg: open svg device with defaults

View source: R/package.R

ksvgR Documentation

open svg device with defaults

Description

output to svg device in default directory and keep open

Usage

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

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