plotTriangles {TFunHDDC}R Documentation

plotTriangles

Description

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

Usage

plotTriangles(fdt)

Arguments

fdt

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

Value

No return value, used for side effects.

Author(s)

Cristina Anton and Iain Smith

See Also

genTriangles

Examples

conTrig <- genTriangles()
plotTriangles(conTrig)

[Package TFunHDDC version 1.0.1 Index]