quartz_off: Print ggplot off-screen

View source: R/Utils.R

quartz_offR Documentation

Print ggplot off-screen

Description

Print ggplot off-screen

Usage

quartz_off(
  gg,
  name = "Rplot",
  width = 7,
  height = 5,
  type = "pdf",
  open = FALSE,
  ...
)

Arguments

gg

ggplot object

name

file name including path without extenstion

type

pdf, png,...

Value

nothing


kklot/ktools documentation built on Aug. 13, 2024, 7:08 p.m.