Display$create {IdMappingAnalysis}R Documentation

Open a new display device

Description

Open a new display device.

Usage

## Static method (use this):
## Display$create(width=7, height=7, bg="transparent", ...)

## Don't use the below:
## S3 method for class 'Display'
create(static, width=7, height=7, bg="transparent", ...)

Arguments

width

Display device width in inches. Default is 7.

height

Display device height in inches. Default is 7.

bg

Device background. Default is 'transparent'.

...

Not used

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see Display.

Examples

## Not run: 
 Display$create(width=10,height=7,bg="green");
 
## End(Not run)

[Package IdMappingAnalysis version 1.28.0 Index]