Display$create {IdMappingAnalysis} | R Documentation |
Open a new display device.
## 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", ...)
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 |
Alex Lisovich, Roger Day
For more information see Display
.
## Not run: Display$create(width=10,height=7,bg="green"); ## End(Not run)