xyplot.etm {etm} | R Documentation |
xyplot function for objects of class etm
. Estimates of the
transition probabilities are plotted as a function of time for all the
transitions specified by the user.
## S3 method for class 'etm': xyplot(x, data = NULL, tr.choice = "all", col = 1, lty = 1, xlab = "Time", ylab = "Estimated Transition probability", ...)
x |
An object of class etm . |
data |
Useless. |
tr.choice |
A character vector of the form c("from to", "from to", ...) specifying the transition probabilities to be plotted. By default, all the transition probabilities are displayed. |
col |
Color of the curve. |
lty |
Type of the line. |
xlab |
x-axis label. Default is "Time". |
ylab |
y-axis label. Default is "Estimated transition probability". |
... |
Further arguments for xyplot . |
An object of class trellis
.
Arthur Allignol, arthur.allignol@fdm.uni-freiburg.de