Arguments
input
A list object containing individual ranked lists.
all.aggregates
A list comprising of aggregate top-k lists from different algorithms to be compared.
space
A list containing the underlying spaces. If not explicitly specified, all lists are treated as coming from a common space defined by the union of all input lists.
algorithm
A vector listing the names corresponding to the algorithms used to construct the aggregate ranked lists all.aggregates.
p
A parameter between 0 and 1 for setting the distance of a pair of elements between two lists, if at least one of the elements is not in the underlying space of one of the list or if both elements belong to one list but neither belong
to the other list. (
w
Weight vector assigned to the input list. Prior information on the reliability of each input list can be incorporated. The default is set to equal weight for each input list.
...
Other parameters passed on to the plot function.