View source: R/plot.inla.climate.R
| plot.inla.climate | R Documentation | 
inla.climate model
Plots results obtained from the INLA.climate fit and the TCR sampling procedure.
## S3 method for class 'inla.climate'
plot(x,  plot.random=TRUE,
                                plot.ar=TRUE,
                                plot.hyperpars=TRUE,
                                plot.tcr.samples=TRUE,
                                plot.mu = TRUE,
                                postscript = FALSE,
                                pdf = FALSE,
                                prefix = "inla.climate.plots/figure-",
                                ...)
| x | 
 | 
| plot.random | Boolean variable indicating if marginal posterior means and 95% credible intervals for the latent GMRF corresponding to the AR(1) mixture should be plotted. | 
| plot.ar | Boolean variable indicating if marginal posterior means and 95% credible intervals for the underlying AR(1) components should be plotted. | 
| plot.hyperpars | Boolean indicating if the marginal posterior distributions of the hyperparameters should be plotted. | 
| plot.tcr.samples | Boolean variable indicating if a histogram for the TCR samples should be plotted (should there be any). | 
| plot.mu | Boolean variable indicating if the forcing response that can be interpreted as the mean of the fGn should be plotted. The observations are also included in the plot. | 
| postscript | Boolean variable indicating if postscript files should be produced instead. | 
| pdf | Boolean variable indicating if pdf files should be produced instead. | 
| prefix | The prefix for created files. Additional numbering is added. | 
| ... | Additional arguments to  | 
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)
  plot(result.climate)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.