uniformKernel | R Documentation |
Creates a convolution kernel
uniformKernel(r = NULL, mu = NULL, cellDim = 1) exponentialKernel(mu, cellDim = 1, negligible = 10^-10)
r |
The radius of the kernel, in physical units. |
mu |
Alternative to r, so that r = 3 * mu / 2 (equation for the average distance from the center of a circle). |
cellDim |
Default to 1, cell dimensions used as a scaling factor for the kernel size |
negligible |
Negligible value when rounding edges of exponential kernels. |
A kernel (matrix
).
uniformKernel(r = 1, mu = 2) exponentialKernel(mu = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.