createWindow: Gaussian Process Plotting Functions

createWindowR Documentation

Gaussian Process Plotting Functions

Description

sets the number of sections on the current device based on the number of figures to draw

Usage

createWindow(n)

Arguments

n

the number of figures to draw

Details

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

Author(s)

Garrett M. Dancik dancikg@easternct.edu

References

https://github.com/gdancik/mlegp/

See Also

This function may be used by plot.gp, among others


mlegp documentation built on March 18, 2022, 5:29 p.m.