Description Usage Arguments Value Examples
View source: R/wendland_basis.R
calculate the Wendland basis function
| 1 | wendland_basis(d, radius)
 | 
| d | The distance over which to calculate the Wendland basis | 
| radius | 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.
| 1 2 3 | 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.