mesh.Rd
This function create the mesh for modelling with INLA framework
mesh(x, k, long, lat, loc_limit, plot = NULL)
is the dataset with the coordinates and the target variable.
is the parameter for defining the delaunay triagulization.
is the longitude.
is the latitude.
is the locality limit.
is a logical argument. if TRUE plot the mesh else no plot the mesh.
a mesh and plot of the mesh.
this function use inla.
1+1
#> [1] 2