createWindow {mlegp} | R Documentation |
sets the number of sections on the current device based on the number of figures to draw
createWindow(n)
n |
the number of figures to draw |
Sets the graphical device so that the number of columns (ncol) is trunc(sqrt(n)) and the number of rows is ceiling(n/ncol)
This function is called by mlegp
plotting functions that construct separate graphs for multiple parameters
Garrett M. Dancik gdancik@iastate.edu
http://www.public.iastate.edu/~gdancik/mlegp/
This function may be used by plot.gp
, plotMainEffects
, among others