make_mesh | R Documentation |
make_mesh
builds a tagged list representing distances for isotropic or geometric anisotropic triangulated mesh
make_mesh(
loc_x,
loc_g,
loc_i,
Method,
Extrapolation_List,
anisotropic_mesh = NULL,
fine_scale = FALSE,
map_data,
mesh_package = c("INLA", "fmesher"),
...
)
loc_x |
location (eastings and northings in kilometers, UTM) for each sample or knot |
Method |
spatial method determines ("Mesh" and "Grid" give |
anisotropic_mesh |
OPTIONAL, anisotropic mesh (if missing, its recalculated from loc_x) |
... |
Arguments passed to |
Tagged list containing distance metrics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.