trmat {zzMmgraphR} | R Documentation |
Extracts a probability transition matrix.
## S3 method for class 'depmix.fitted' trmat ( d )
d |
Object of class |
The function trmat
extracts the probability transition matrix from a depmix.fitted
object and returns it as a matrix
. trmat
is used internally by the function trmatplot.depmix.fitted
in order to extract the probability transition matrix to be plotted.
trmat
returns an the probability transition matrix as an object of class matrix
.
Pauline Adamopoulou
trmatplot
,
trmatplot.depmix.fitted
,
depmix.fitted
,