medSmooth1_median3d: Median smoothing an array along the first dimension.

View source: R/medSmooth1_median3d.R

medSmooth1_median3dR Documentation

Median smoothing an array along the first dimension.

Description

Median smoothing an array along the first dimension.

Usage

medSmooth1_median3d(x, w = 3, maxsize = 2e+08)

Arguments

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.


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