plot.fHMM_model {fHMM} | R Documentation |
Plot method for an object of class fHMM_model
Description
This function is the plot method for an object of class
fHMM_model
.
Usage
## S3 method for class 'fHMM_model'
plot(
x,
plot_type = "ts",
events = NULL,
colors = NULL,
ll_relative = TRUE,
title = NULL,
from = NULL,
to = NULL,
...
)
Arguments
x |
An object of class |
plot_type |
A character (vector), specifying the type of plot and can be one (or more) of
|
events |
An object of class |
colors |
Either |
ll_relative |
A |
title |
Optionally a |
from |
Optionally a |
to |
Optionally a |
... |
Currently not used. |
Value
No return value. Draws a plot to the current device.