R/plotObservedEffects.gp.R

Defines functions `plotObservedEffects.gp`

`plotObservedEffects.gp` <-
function(x, params = 1:x$numDim, ...) {
	createWindow(length(params))
	params = toParamIndexes(params, x$params)
	for (i in params) {
		plot(x$X[,i], x$Z, xlab = x$params[i])
	}
}

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.