# NOT RUN {
set.seed(111)
locs <- matrix(runif(20), 10, 2)
MRA <- mra_wendland_2d(locs, M = 2, n_coarse_grid = 4)
## plot the MRA grid at different resolutions
layout(matrix(1:2, 1, 2))
plot(MRA$locs_grid[[1]])
plot(MRA$locs_grid[[2]])
# }
Run the code above in your browser using DataLab