is.gp: Test if object is a spectral GP

Description Usage Arguments Value Author(s) References See Also Examples

Description

Tests if the argument is a spectral GP object.

Usage

1
is.gp(object)

Arguments

object

A GP object, created by gp.

Value

Returns 'TRUE' if the argument is a gp, and 'FALSE' otherwise.

Author(s)

Christopher Paciorek paciorek@alumni.cmu.edu

References

Type 'citation("spectralGP")' for references.

See Also

gp

Examples

1
2
3

spectralGP documentation built on May 2, 2019, 2:40 a.m.

Related to is.gp in spectralGP...