gauss_kernel | R Documentation |
Create a Gaussian kernel
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
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.