plot.fHMM_data {fHMM} | R Documentation |
fHMM_data
This function is the plot method for an object of class fHMM_data
.
## S3 method for class 'fHMM_data'
plot(x, events = NULL, title = NULL, from = NULL, to = NULL, ...)
x |
An object of class |
events |
An object of class |
title |
Optionally a |
from |
Optionally a |
to |
Optionally a |
... |
Currently not used. |
No return value. Draws a plot to the current device.
plot(dax_model_3t$data, title = "DAX time series")