medSmooth1 | R Documentation |
Median smoothing an array along the first dimension.
medSmooth1(x, w = 3, try.runmed = FALSE, silent = FALSE, ...)
x |
An array to be median smoothed along the first dimension. |
w |
The width of median filter (odd number). |
try.runmed |
Locigal: If TRUE try the function |
silent |
Used in |
... |
Used in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.