| predict.surface {fields} | R Documentation |
Evaluates a a fitted model on a 2-D grid keeping any other variables constant. The resulting object is suitable for use with functions for viewing 3-d surfaces.
## S3 method for class 'surface'
predict(object,...)
## Default S3 method:
predict.surface(object, ...)
object |
An object from fitting a function to data. In FIELDS this is usually a Krig object. |
... |
Any other arguments to pass to the predict function associated with the fit object. |
predictSurface, predictSurfaceSE, predictSurfaceDerivative