plot_ts {fHMM} | R Documentation |
Visualize time series
Description
This function visualizes the data time series.
Usage
plot_ts(
data,
decoding,
colors,
events = NULL,
title = NULL,
from = NULL,
to = NULL
)
Arguments
data |
An object of class |
decoding |
Either |
colors |
Either |
events |
An object of class |
title |
Optionally a |
from |
Optionally a |
to |
Optionally a |
Value
No return value. Draws a plot to the current device.
[Package fHMM version 1.4.2 Index]