print.inla.climate: Print-function for the 'inla.climate' model

Description Usage Arguments Author(s) See Also Examples

View source: R/print.inla.climate.R

Description

Prints key information regarding an INLA.climate fit and the TCR sampling procedure.

Usage

1
2
## S3 method for class 'inla.climate'
print(x, digits=4L,...)

Arguments

x

inla.climate object returned by inla.climate function. Also works if the TCR sampling procedure has been skipped.

digits

Number of digits to print.

...

Other arguments

Author(s)

Eirik Myrvoll-Nilsen eirik.myrvoll-nilsen@uit.no

See Also

inla.climate

Examples

1
2
3
4
5
if(require("INLA",quietly=TRUE)){
  data(GISS_E2_R)
  result.climate <- inla.climate(data=GISS_E2_R$Temperature,forcing=GISS_E2_R$Forcing)
  print(result.climate)
}

eirikmn/INLA.climate.test documentation built on Feb. 2, 2020, 9:17 a.m.