| inla.mesh.create.helper {INLA} | R Documentation |
High-quality triangulations
Description
since
23.08.18.
Use fmesher::fm_mesh_2d_inla() instead.
Create a triangle mesh based on initial point locations, specified or automatic boundaries, and mesh quality parameters.
Usage
inla.mesh.create.helper(points = NULL, points.domain = NULL, ...)
Arguments
points |
Matrix of point locations to be used as initial triangulation nodes. |
points.domain |
Matrix of point locations used to determine the domain extent. |
... |
Additional arguments passed on to |
Note
Obsolete function kept for backwards compatibility. Use
fmesher::fm_mesh_2d_inla() instead.
Author(s)
Finn Lindgren finn.lindgren@gmail.com
See Also
[Package INLA version 25.10.19 Index]