Description Usage Author(s) See Also Examples
Assess the finite element
approximation errors in a mesh for interactive R sessions.
More detailed assessment tools are in meshbuilder
.
1 | inla.mesh.assessment(mesh)
|
Finn Lindgren finn.lindgren@gmail.com
inla.mesh.2d, inla.mesh.create, meshbuilder
1 2 3 4 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.