This is a way to create a graphic device on screen that can
display R plots. It is performing the same purpose as R's dev.new,
but it overcomes the limitations of RStudio. It is needed because
RStudio does not implement fully the functionality of
dev.new. This is suitable for Windows, Linux, and
Macintosh operating systems.
Usage
dev.create(...)
Arguments
...
Currently, height and width parameters that would be
suitable with dev.new
Details
The argument in dev.new named noRStudioGD seems to aimed at same
puroose. But it does not do what I want and documentation is too
sparse.