R/is.gp.R

Defines functions `is.gp`

`is.gp` <-
function(x) {
	if (inherits(x, "gp"))
		return (TRUE)
	return (FALSE)
}

Try the mlegp package in your browser

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

mlegp documentation built on Jan. 20, 2026, 9:07 a.m.