print.Krig | R Documentation |
Prints the results from a fitting a spatial process estimate (Krig)
## S3 method for class 'Krig'
print(x,digits=4,...)
x |
Object from Krig function. |
digits |
Number of significant digits in printed output. Default is 4. |
... |
Other arguments to print. |
Selected summary results from Krig.
print, summary.Krig, Krig
fit<- Krig(ChicagoO3$x,ChicagoO3$y, aRange=100)
print(fit) # print the summary
fit # this will work too
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.