generate_mesh | R Documentation |
Generate the standard mesh used for simulation fits
generate_mesh(resolution = "coarse")
resolution |
One of "coarse", "medium", or "fine" |
Provides three options for standard meshes. All include the same constraints
on max edge length and minimum vertex angle, as well as offset. The "coarse"
mesh uses 404 vertices with a cutoff
of 5, the "medium" mesh uses
1437 vertices with a cutoff
of 2, and the "fine" mesh uses 3038
vertices with a cutoff
of 1.
A inla.mesh
object that can be passed to generate_fem
.
John Best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.