| inla.mesh.assessment {INLA} | R Documentation |
Assess the finite element approximation errors in a mesh for interactive R
sessions. More detailed assessment tools are in meshbuilder().
inla.mesh.assessment(mesh, spatial.range, alpha = 2, dims = c(500, 500))
mesh |
An |
spatial.range |
numeric; the spatial range parameter to use for the assessment |
alpha |
numeric; A valid |
dims |
2-numeric; the grid size |
Finn Lindgren finn.lindgren@gmail.com
inla.mesh.2d, inla.mesh.create, meshbuilder
bnd <- inla.mesh.segment(cbind(
c(0, 10, 10, 0, 0),
c(0, 0, 10, 10, 0)
), bnd = TRUE)
mesh <- inla.mesh.2d(boundary = bnd, max.edge = 1)
out <- inla.mesh.assessment(mesh, spatial.range = 3, alpha = 2)