plot,MarkovChain-method {clickstream} | R Documentation |
Plots a MarkovChain
object
Description
Plots a MarkovChain
object
Usage
## S4 method for signature 'MarkovChain'
plot(x, order = 1, digits = 2, minProbability = 0, ...)
Arguments
x |
An instance of the |
order |
The order of the transition matrix that should be plotted |
digits |
The number of digits of the transition probabilities |
minProbability |
Only transitions with a probability >= the specified minProbability will be shown |
... |
Further parameters for the |
Methods
- list("signature(x = \"MarkovChain\", order = \"numeric\", digits = \"numeric\")")
Plots the transition matrix with order
order
of aMarkovChain
object as graph.
Author(s)
Michael Scholz michael.scholz@th-deg.de
[Package clickstream version 1.3.3 Index]