View source: R/PackageOxygen.R
Triang.kernel | R Documentation |
Triangular kernel function
Triang.kernel(x)
x |
a vector. |
Triangular Kernel
K(x) = ( 1 - abs(x) ) (abs(x) <= 1)
We recommend a critical value of 6.9 for this kernel.
plot(function(x) Triang.kernel(x), -2, 2,
main = " Triangular kernel")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.