Description Usage Arguments Value Examples
Create a Gaussian kernel
1 | gauss_kernel(sd, radius = round(2.5 * sd))
|
sd |
sd of the normal distribution |
radius |
kernel radius. kernel diameter is 2 * radius + 1. |
an image
1 2 | plot(gauss_kernel(10), rescale = TRUE)
plot(gauss_kernel(sd = 10, radius = 20), rescale = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.