#Runing the example
#Input is a list containing the three individual ranked lists
#Space is a list containing the underlying spaces. Note that objects
#that do not appear in any of the lists can be obmitted to save storage.
 
bb1=Borda(input,space) #platform dependent
bb2=Borda(input,input) #top-k spaces

mm=trans.matrix(input,space) #platform dependent
MC1=MC.ranks(mm[[2]],mm[[4]])
MC2=MC.ranks(mm[[2]],mm[[5]])
MC3=MC.ranks(mm[[2]],mm[[6]])
mm1=trans.matrix(input,input) #top-k spaces
MC11=MC.ranks(mm1[[2]],mm1[[4]])
MC21=MC.ranks(mm1[[2]],mm1[[5]])
MC31=MC.ranks(mm1[[2]],mm1[[6]])
