boa.plot.open {boa} | R Documentation |
Opens a graphics window.
boa.plot.open(which = boa.par("dev"))
which |
Character string giving the name of the function that creates graphics windows on the current platform. For Unix systems this is either "motif", "openlook", or "X11". For windows, "win.graph" should be specified. |
If a graphics windows is successfully opened, the number of the current graphics window is returned.
Brian J. Smith