box_blur | R Documentation |
Smooths a matrix of values by applying a box blur, in which each pixel of a matrix is replaced with the average value of pixels in a box around it.
box_blur(m, d = 5)
m |
a matrix of values to be blurred. |
d |
the distance either side of each pixel that is searched when blurring |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.