R/plot.gp.list.R

Defines functions `plot.gp.list`

`plot.gp.list` <-
function(x, sds = 1, CI.at.point=FALSE, ...) {
	createWindow(x$numGPs)
	for (i in 1:x$numGPs) {
		main = x$name[i]
		plot(x[[i]], type = 1 , sds = sds, CI.at.point=CI.at.point, main = main)
	}
}

Try the mlegp package in your browser

Any scripts or data that you put into this service are public.

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