plotNOx {TFunHDDC}R Documentation

plotNOx

Description

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

Usage

plotNOx(fdn)

Arguments

fdn

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

Value

No return value, used for side effects.

Author(s)

Cristina Anton and Iain Smith

See Also

fitNOxBenchmark

Examples

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

[Package TFunHDDC version 1.0.1 Index]