library(sp)
data(meuse)
coordinates(meuse) = ~x+y # change into an sp object
G <- auto_basis(manifold = plane(),
data=meuse,
nres = 2,
regular=1,
type = "Gaussian")
print(nbasis(G))
Run the code above in your browser using DataLab