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
[
fHMM_data]
An object of classfHMM_data.- events
[
NULL|fHMM_events]
An object of classfHMM_events.- title
[
NULL|character(1)]
Optionally acharacterfor a custom title.- from
[
NULL|character(1)]
Optionally acharacter, a date in format"YYYY-MM-DD", setting the lower date bound for plotting. By default,from = NULL, i.e. no lower bound.- to
[
NULL|character(1)]
Optionally acharacter, a date in format"YYYY-MM-DD", setting the upper date bound for plotting. By default,to = NULL, i.e. no upper bound.- ...
Currently not used.
Examples
plot(dax_model_3t$data, title = "DAX time series")
