MC.plot {TopKLists} | R 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 |
... |
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
Examples
#get sample data
data(TopKSpaceSampleInput)
outMC=MC(input,space)
MC.plot(outMC)
[Package TopKLists version 1.0.8 Index]