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