MC.plot {TopKLists} | R Documentation |
Plot of the ordered stationary probabilities versus ranking contains useful information regarding the relative rankings of elements.
MC.plot(outMC, k, ...)
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 |
A plot of ordered stationary probabilities versus ranking.
Shili Lin <shili@stat.osu.edu
#get sample data
data(TopKSpaceSampleInput)
outMC=MC(input,space)
MC.plot(outMC)