Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

x

Object from Krig function.

digits

Number of significant digits in printed output. Default is 4.

...

Other arguments to print.

Value

Selected summary results from Krig.

See Also

print, summary.Krig, Krig

Examples

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

fields

Tools for Spatial Data

v11.6
GPL (>= 2)
Authors
Douglas Nychka [aut, cre], Reinhard Furrer [aut], John Paige [aut], Stephan Sain [aut], Florian Gerber [aut], Matthew Iverson [aut], University Corporation for Atmospheric Research [cph]
Initial release
2020-10-06

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.