| arrayNew {codelink} | R Documentation |
Create a new x11 device with dimensions suited to be used with imageCodelink().
arrayNew(f=2, chip="rwgcod")
chip |
character; Codelink chip to be used in imageCodelink. |
f |
numerical; scaling factor. |
Diego Diez
## Not run:
data(codelink.example)
arrayNew()
imageCodelink(codelink.example)
## End(Not run)