Hello,
I am using inla.mesh.2d
Loc <- cbind(df$Xkm, df$Ykm)
D <- dist(Loc)
ConvHull <- inla.nonconvex.hull(Loc, convex = -0.05)
mesh <- inla.mesh.2d(boundary = ConvHull,
max.edge = c(15, 30))
and I would like to plot the prior distributions of range and precision. Is there a way to see them?