mc.plot: Plot of the ordered stationary probabilities

MC.plotR Documentation

Plot of the ordered stationary probabilities

Description

Plot of the ordered stationary probabilities versus ranking contains useful information regarding the relative rankings of elements.

Usage


MC.plot(outMC, k, ...)

Arguments

outMC

Output (a list) from running the MC algorithm

k

Number of stationary probabilities to be plotted. If missing, all stationary probabilities contained in the MC output will be plotted

...

Other parameters passed on the the plot function

Value

A plot of ordered stationary probabilities versus ranking.

Author(s)

Shili Lin <shili@stat.osu.edu

See Also

MC

Examples

#get sample data
data(TopKSpaceSampleInput)
outMC=MC(input,space)
MC.plot(outMC)

TopKLists documentation built on Sept. 1, 2022, 5:10 p.m.