medSmooth1: Median smoothing an array along the first dimension.

View source: R/medSmooth1.R

medSmooth1R Documentation

Median smoothing an array along the first dimension.

Description

Median smoothing an array along the first dimension.

Usage

medSmooth1(x, w = 3, try.runmed = FALSE, silent = FALSE, ...)

Arguments

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 medSmooth1_runmed first and then medSmooth1_median3d.

silent

Used in medSmooth1_runmed.

...

Used in medSmooth1_runmed and medSmooth1_median3d.


arnejohannesholmin/sonR documentation built on April 14, 2024, 11:39 p.m.