Plot in piecewise fashion the CTMCs. If it is partially observed, it just plots it as if it were fully observed; i.e., the chain is pretended to continue in the same state until we see a jump.
graph.CTMC(CTMC, filename = NA, height = 6, width = 4.5, xlab="time",
ylab="State", ...)
graph.CTMC.PO(CTMC, filename = NA, height = 6, width = 4.5,
type="l", ...)Either a fully observed CTMC or a partially observed one. Partially observed ones don't have a "T" and fully observed do.
filename string, or NA.
Passed to trellis if filename isn't NA.
Passed to trellis if filename isn't NA.
X label.
Y label
As in the plot parameter.
If your data is S4 class, you can use the plot method.
See also the s4 methods written for the plot function plot-methods.