plot.smm {smmR} | R Documentation |
Plot function for an object of class smm
Description
Displays the densities for the conditional sojourn time
distributions depending on the current state i
and on the next state
j
.
Usage
## S3 method for class 'smm'
plot(x, i, j, klim = NULL, ...)
Arguments
x |
An object of S3 class |
i |
An element of the state space vector |
j |
An element of the state space vector |
klim |
An integer giving the limit value for which the density will be
plotted. If |
... |
Arguments passed to plot. |
Value
None.
[Package smmR version 1.0.3 Index]