powered by
calculate the Wendland basis function
wendland_basis(d, radius)
The distance over which to calculate the Wendland basis
The effective radius over which the Wendland basis is defined
The output of the Wendland basis applied to the distance d for a given radius radius.
d
radius
# NOT RUN { layout(matrix(1:2, 1, 2)) curve(wendland_basis(sqrt(x^2), radius = 1), from = -2, to = 2) curve(wendland_basis(sqrt(x^2), radius = 2), from = -2, to = 2) # }
Run the code above in your browser using DataLab