powered by
Assess the finite element approximation errors in a mesh for interactive R sessions.
fm_assess(mesh, spatial.range, alpha = 2, dims = NULL)
An sf object with gridded mesh assessment information
sf
An fm_mesh_2d object
numeric; the spatial range parameter to use for the assessment
numeric; A valid fm_matern_precision() alpha parameter
fm_matern_precision()
alpha
2-numeric; the grid size
Finn Lindgren Finn.Lindgren@gmail.com
fm_mesh_2d(), fm_rcdt_2d
fm_mesh_2d()
bnd <- fm_segm(cbind( c(0, 10, 10, 0, 0), c(0, 0, 10, 10, 0) ), is.bnd = TRUE) mesh <- fm_rcdt_2d_inla(boundary = bnd, max.edge = 1) out <- fm_assess(mesh, spatial.range = 3, alpha = 2)
Run the code above in your browser using DataLab