Description Usage Arguments Value
The spherical kernel
| 1 | spherical(d, bw)
 | 
| d | vector of distances to convert to weights | 
| bw | bandwidth of the kernel | 
vector of kernel weights, given by 1 - 1.5 * (d / bw) + 0.5 * (d / bw)^3 if d < bw; otherwise 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.