meshassessment.RdAssess the finite element
approximation errors in a mesh for interactive R sessions.
More detailed assessment tools are in meshbuilder.
inla.mesh.assessment(mesh)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)
#> Error in inla.has_PROJ6(): inla.require("rgdal") is not TRUE
out <- inla.mesh.assessment(mesh, spatial.range = 3, alpha = 2)
#> Error: object 'mesh' not found