On systems capabale of X11 the function sets the X11-type (preferably "Xlib"). It also sets a default size for graphical displays opended by functions from the package.
adimpro.options(xsize = NULL, ysize = NULL)
returns invisible(NULL)
display width in pt
display height in pt
Karsten Tabelow tabelow@wias-berlin.de and Joerg Polzehl polzehl@wias-berlin.de
The function assignes the specified values to as a list to the variable name ".adimpro". This variable is, if it exists, evaluated by several other functions.
On some systems the default X11.options()$type
''cairo'' leads to significant slower
image display. You may try to use X11.options(type=''Xlib'')
instead. To automatically
choose this option set the system environment variable R_X11type
(setenv R_X11type Xlib
or export R_X11type=Xlib
) before loading the package.