| meanFilter | R Documentation | 
These functions apply mean, median or Sobel filters to an array.
meanFilter(x, kernel) medianFilter(x, kernel) sobelFilter(x, dim, axis = 0)
x | 
 An object that can be coerced to an array, or for which a
  | 
kernel | 
 A kernel array, indicating the scope of the filter.  | 
dim | 
 For   | 
axis | 
 For   | 
A morphed array with the same dimensions as the original array.
Jon Clayden <code@clayden.org>
morph for the function underlying these operations,
and kernels for kernel-generating functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.