Learn R Programming

TFunHDDC (version 1.0.2)

plotNOx: plotNOx

Description

Plot data returned by fitNOxBenchmark as lines coloured according to the assigned clusters.

Usage

plotNOx(fdn)

Value

No return value, used for side effects.

Arguments

fdn

List with an element \(fd\) given the functional data, and an element \(groupd\) given the classes; usually returned from the function fitNOxBenchmark.

Author

Cristina Anton and Iain Smith

See Also

fitNOxBenchmark

Examples

Run this code
# Univariate Contaminated Data
data1<-fitNOxBenchmark(15)
plotNOx(data1)

Run the code above in your browser using DataLab