MarkovChain objectPlots a MarkovChain object
# S4 method for MarkovChain
plot(x, order = 1, digits = 2, minProbability = 0,
...)An instance of the MarkovChain-class
The order of the transition matrix that should be plotted
The number of digits of the transition probabilities
Only transitions with a probability >= the specified minProbability will be shown
Further parameters for the plot-function in package igraph
Plots the transition matrix with order order of a MarkovChain object as graph.