binomial_kernel | R Documentation |
Functions to compute a binomial kernel.
binomial_kernel(vertical_radius, horizontal_radius = 0)
vertical_radius |
[numeric] The kernel's radius in the vertical dimension. |
horizontal_radius |
[numeric] The kernel's radius in the horizontal dimension. |
A matrix
corresponding to the kernel.
binomial_kernel(vertical_radius = 2, horizontal_radius = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.