View source: R/summary.inla.climate.R
| print.summary.inla.climate | R Documentation |
summary.inla.climate object
Displays the return object from summary.inla.climate to an easily readable format.
## S3 method for class 'summary.inla.climate' print(x, digits=4L,...)
x |
Object of type |
digits |
Number of digits to print. |
... |
Other arguments. |
Eirik Myrvoll-Nilsen eirik.myrvoll-nilsen@uit.no
inla.climate
if(require("INLA",quietly=TRUE)){
data(GISS_E2_R)
result.climate <- inla.climate(data=GISS_E2_R$Temperature,forcing=GISS_E2_R$Forcing)
print(summary(result.climate))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.