R/plotObservedEffects.R

Defines functions `plotObservedEffects`

`plotObservedEffects` <-
function(x, ...) {
	if (!is.null(attr(x, "class"))){
		UseMethod("plotObservedEffects")
	}
	else {
		plotObservedEffectsDefault(x, ...)
	}
}

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.