Learn R Programming

TFunHDDC (version 1.0.2)

plotTriangles: plotTriangles

Description

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

Usage

plotTriangles(fdt)

Value

No return value, used for side effects.

Arguments

fdt

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

Author

Cristina Anton and Iain Smith

See Also

genTriangles

Examples

Run this code
conTrig <- genTriangles()
plotTriangles(conTrig)

Run the code above in your browser using DataLab