predict.surface {fields}R Documentation

This older surface function has been renamed as predictSurface

Description

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.

Usage

## S3 method for class 'surface'
predict(object,...)

## Default S3 method:
predict.surface(object, ...)


Arguments

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.

See Also

predictSurface, predictSurfaceSE, predictSurfaceDerivative


[Package fields version 8.2-1 Index]