Learn R Programming

TopKLists (version 1.0.8)

MC.plot: 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, ...)

Value

A plot of ordered stationary probabilities versus ranking.

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

Author

Shili Lin <shili@stat.osu.edu

See Also

MC

Examples

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

Run the code above in your browser using DataLab