View source: R/medSmooth1_median3d.R
medSmooth1_median3d | R Documentation |
Median smoothing an array along the first dimension.
medSmooth1_median3d(x, w = 3, maxsize = 2e+08)
x |
is an array to be median smoothed along the first dimension. |
w |
is the width of median filter (odd number). |
maxsize |
is the maximum size of the array used in the median smoothing with median3d(). If prod(dim(x)[1]+w-1,dim(x)[-1],w)>maxsize, an error is issued. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.