plot.fHMM_model | R Documentation |
fHMM_model
This function is the plot method for an object of class
fHMM_model
.
## S3 method for class 'fHMM_model'
plot(
x,
plot_type = "ts",
events = NULL,
colors = NULL,
ll_relative = TRUE,
title = NULL,
from = NULL,
to = NULL,
...
)
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. |
No return value. Draws a plot to the current device.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.