Print ggplot off-screen

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