Learn R Programming

alR (version 2.2.0)

lulu: LULU smoother.

Description

Performs LULU smoothing of the provided vector.

Usage

lulu(x)

Arguments

x

A real-valued vector.

Value

The LULU-smoothed version of x.

Examples

Run this code
# NOT RUN {
x <- rnorm(10)
lulu(x)
# }

Run the code above in your browser using DataLab