powered by
Prints the results from a fitting a spatial process estimate (Krig)
# S3 method for Krig print(x,digits=4,...)
Selected summary results from Krig.
Object from Krig function.
Number of significant digits in printed output. Default is 4.
Other arguments to print.
print, summary.Krig, Krig
fit<- Krig(ChicagoO3$x,ChicagoO3$y, aRange=100) print(fit) # print the summary fit # this will work too
Run the code above in your browser using DataLab