zero.coeff.gp: Sets coefficients to zero in a spectral GP object
Description
Sets coefficients to zero in a spectral GP object. Used to zero out the
coefficients before simulating a new GP realization from the prior distribution.
Usage
# S3 method for gp
zero.coeff(object,...)
Value
The function modifies the GP object, which is essentially a pointer
(an R environment in this case), so NULL is returned.