sizeGrWindow: Opens a graphics window with specified dimensions

View source: R/Functions.R

sizeGrWindowR Documentation

Opens a graphics window with specified dimensions

Description

If a graphic device window is already open, it is closed and re-opened with specified dimensions (in inches); otherwise a new window is opened.

Usage

sizeGrWindow(width, height)

Arguments

width

desired width of the window, in inches.

height

desired heigh of the window, in inches.

Value

None.

Author(s)

Peter Langfelder


WGCNA documentation built on Jan. 22, 2023, 1:34 a.m.

Related to sizeGrWindow in WGCNA...