fm_refine | R Documentation |
Refine an existing mesh
fm_refine(mesh, refine = list(max.edge = 1))
mesh |
An |
refine |
A list of refinement options passed on to fm_rcdt_2d_inla |
A refined fm_mesh_2d
object
Finn Lindgren finn.lindgren@gmail.com
fm_dof(fmexample$mesh)
fm_dof(fm_refine(fmexample$mesh, refine = list(max.edge = 1)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.