create.Display: Open a new display device

Description Usage Arguments Author(s) See Also Examples

Description

Open a new display device.

Usage

1
2
3
4
5
6
## 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

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

IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.