inla.mesh.create.helper.RdCreate a triangle mesh based on initial point locations, specified or automatic boundaries, and mesh quality parameters.
inla.mesh.create.helper(points = NULL,
points.domain = NULL,
...)Matrix of point locations to be used as initial triangulation nodes.
Matrix of point locations used to determine the domain extent.
Additional arguments passed on to inla.mesh.2d.
Obsolete function kept for backwards compatibility. Use
inla.mesh.2d instead.