lulu: LULU smoother.

Description Usage Arguments Value Examples

Description

Performs LULU smoothing of the provided vector.

Usage

1
lulu(x)

Arguments

x

A real-valued vector.

Value

The LULU-smoothed version of x.

Examples

1
2
x <- rnorm(10)
lulu(x)

mtloots/alR documentation built on May 23, 2019, 8:18 a.m.