expand.gpgrid.gp: Calculate grid locations for a spectral GP object.
Description
This is a version of expand.grid that calculates the grid
locations for a spectral GP object. Gridpoints representing the
part of the domain in which the periodicity of the GP emerges are omitted.
Usage
# S3 method for gp
expand.gpgrid(object,...)
Value
A matrix of grid locations with the first column the
x-dimension and the second the y-dimension, or for one dimensional
processes, a vector of grid locations.