graph.open: Open a graph using standard library

View source: R/graph.r

graph.openR Documentation

Open a graph using standard library

Description

This function call the device function and apply some defaults params

Usage

graph.open(
  file,
  width = NA,
  height = NA,
  type = "png",
  pointsize = 12,
  pitch = NULL,
  ...
)

Arguments

file

filename (without extension)

width

width (pixel)

height

height in px

type

type of output to use

pointsize

pointsize value

pitch

old deprecated parameters (will raise an error if not null)

...

extra parameted

Details

It's useasble for classical plot functions (not ggplot2 where you can use ggsave())


cturbelin/ifnBase documentation built on Aug. 26, 2024, 12:54 p.m.