borda.plot: Plot Borda's scores against ranks

Description Usage Arguments Value Author(s) See Also Examples

Description

Plotting Borda's scores against ranking can frequently reveal when information for ranking starts to diminish. This function plots scores versus ranks after aggregation.

Usage

1
Borda.plot(outBorda, k, ...)

Arguments

outBorda

A list containing the output from running the Borda function.

k

The number of scores to be plotted. If not supplied, all the scores in the output from Borda will be plotted.

...

other parameters passed on to the plot function

Value

A plot of Borda's scores versus ranks.

Author(s)

Shili Lin <shili@stat.osu.edu>

See Also

Borda

Examples

1
2
3
4
#get sample data
data(TopKSpaceSampleInput)
outBorda=Borda(input,space,k=40)
Borda.plot(outBorda, k=40)

Example output



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