Learn R Programming

BNPTSclust (version 1.1)

clusterplots: Cluster groups plotting function.

Description

Function that plots the time series clusters generated by either of the functions: "tseriesca", "tseriescm" or "tseriescq".

Usage

clusterplots(L, data)

Arguments

L

output list from the functions: "tseriesca", "tseriescm" or "tseriescq".

data

Data frame with the time series information.

Value

The function returns the plots of the time series clusters directly.

Details

See the examples in the documentation files of "tseriesca", "tseriescm" or "tseriescq" for an example of this function's usage.