Learn R Programming

fields (version 5.02)

print.Krig: Print kriging fit results.

Description

Prints the results from a fitting a spatial process estimate (Krig)

Usage

## S3 method for class 'Krig':
print(x,digits=4,...)

Arguments

Value

Selected summary results from Krig.

See Also

print, summary.Krig, Krig

Examples

Run this code
fit<- Krig(ozone$x,ozone$y, theta=100) 
print(fit) # print the summary 
fit # this will work too

Run the code above in your browser using DataLab