plot-method: Plots a 'MarkovChain' object

plot,MarkovChain-methodR 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 MarkovChain-class

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 plot-function in package igraph

Methods

list("signature(x = \"MarkovChain\", order = \"numeric\", digits = \"numeric\")")

Plots the transition matrix with order order of a MarkovChain object as graph.

Author(s)

Michael Scholz michael.scholz@th-deg.de


clickstream documentation built on Sept. 27, 2023, 5:06 p.m.