gwindow: Open graphics window

Description Usage Arguments Value See Also Examples

View source: R/gwindow.r

Description

Opens a new graphics window for plotting by default the page width is 6 inches.

Usage

1

Arguments

width

a numeric scalar indicating the percent of the page width (or if 10 or less the width of the page in inches)

height

a numeric scalar indicating the percent of the page width (or if 10 or less the width of the page in inches). By default height is the same as the width.

Value

a new graphics window for plotting

See Also

save_plot

Examples

1
2
3
4
5
6
7
8
9
## Not run: 

gwindow(50)
gwindow(3)
gwindow(50, 100)
gwindow(3, 6)
gwindow(3, 100)

## End(Not run)

poissonconsulting/poiscon documentation built on Feb. 18, 2021, 11:16 p.m.