Bayesian spatial models in INLA

Model specification in R-INLA:

inla(
  formula = NULL,
  family = "gaussian",
  data = NULL,
  control.compute = list(),
  control.predictor = list()
)

Formula of the linear predictor uses f() to specify latent models.