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