mc.plot: Plot of the ordered stationary probabilities

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
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

1
2
3
4
#get sample data
data(TopKSpaceSampleInput)
outMC=MC(input,space)
MC.plot(outMC)

Example output



TopKLists documentation built on May 2, 2019, 4:41 p.m.