lulu: LULU smoother.

Description Usage Arguments Value Examples

View source: R/RcppExports.R

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)

alR documentation built on Dec. 7, 2017, 5:03 p.m.

Related to lulu in alR...