ext_device: Create a new external plotting device

Description Usage Arguments

View source: R/ext_device.R

Description

A platform-flexible function for creating a new plotting device. It functions just like windows() on Windows OS, quartz() on Mac OS, and x11() on Linux OS.

Usage

1
ext_device(h = 7, w = 7, title = NULL)

Arguments

h

the height, in inches

w

the width, in inches

title

the desired title of the plotting window


bstaton1/StatonMisc documentation built on May 18, 2020, 12:06 a.m.