-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
123 lines (122 loc) · 2.98 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
# Generated by roxygen2: do not edit by hand
S3method("==","LP*Scores")
S3method("==",CopelandScores)
S3method("==",CumulativeScores)
S3method("==",DualLexcelScores)
S3method("==",L1Scores)
S3method("==",L2Scores)
S3method("==",LPScores)
S3method("==",LexcelScores)
S3method("==",OrdinalBanzhafScores)
S3method("==",PowerRelation)
S3method("==",SocialRanking)
S3method(">","LP*Scores")
S3method(">",CopelandScores)
S3method(">",CumulativeScores)
S3method(">",DualLexcelScores)
S3method(">",L1Scores)
S3method(">",L2Scores)
S3method(">",LPScores)
S3method(">",LexcelScores)
S3method(">",OrdinalBanzhafScores)
S3method("[","LP*Scores")
S3method("[",CopelandScores)
S3method("[",CumulativeScores)
S3method("[",DualLexcelScores)
S3method("[",L1Scores)
S3method("[",L2Scores)
S3method("[",LPScores)
S3method("[",LexcelScores)
S3method("[",OrdinalBanzhafScores)
S3method(as.PowerRelation,character)
S3method(as.PowerRelation,list)
S3method(as.relation,PowerRelation)
S3method(is.na,"LP*Scores")
S3method(is.na,CopelandScores)
S3method(is.na,CumulativeScores)
S3method(is.na,DualLexcelScores)
S3method(is.na,L1Scores)
S3method(is.na,L2Scores)
S3method(is.na,LPScores)
S3method(is.na,LexcelScores)
S3method(is.na,OrdinalBanzhafScores)
S3method(print,PowerRelation)
S3method(print,SocialRanking)
S3method(print,cpMajority)
export("%:%")
export("%>=L1%")
export("%>=L2%")
export("%>=LP%")
export("%>=LPS%")
export("%>=banz%")
export("%>=cop%")
export("%>=cp%")
export("%>=cumuldom%")
export("%>=dom%")
export("%>=duallex%")
export("%>=ks%")
export("%>=lex%")
export("%>L1%")
export("%>L2%")
export("%>LP%")
export("%>LPS%")
export("%>banz%")
export("%>cop%")
export("%>cp%")
export("%>cumuldom%")
export("%>dom%")
export("%>duallex%")
export("%>ks%")
export("%>lex%")
export(L1Ranking)
export(L1Scores)
export(L2Ranking)
export(L2Scores)
export(LPRanking)
export(LPSRanking)
export(LPSScores)
export(LPScores)
export(PowerRelation)
export(SocialRanking)
export(appendMissingCoalitions)
export(as.PowerRelation)
export(coalitionLookup)
export(coalitionsAreIndifferent)
export(copelandRanking)
export(copelandScores)
export(cpMajorityComparison)
export(cpMajorityComparisonScore)
export(createPowerset)
export(cumulativeScores)
export(cumulativelyDominates)
export(doRanking)
export(dominates)
export(dualLexcelRanking)
export(elementLookup)
export(equivalenceClassIndex)
export(generateNextPartition)
export(generateRandomPowerRelation)
export(is.PowerRelation)
export(kramerSimpsonRanking)
export(kramerSimpsonScores)
export(lexcel1Ranking)
export(lexcel1Scores)
export(lexcel2Ranking)
export(lexcel2Scores)
export(lexcelPRanking)
export(lexcelPSRanking)
export(lexcelPSScores)
export(lexcelPScores)
export(lexcelRanking)
export(lexcelScores)
export(makePowerRelationMonotonic)
export(newPowerRelation)
export(newPowerRelationFromString)
export(ordinalBanzhafRanking)
export(ordinalBanzhafScores)
export(powerRelationGenerator)
export(powerRelationMatrix)
export(testRelation)
export(transitiveClosure)
importFrom(Rdpack,reprompt)
importFrom(relations,as.relation)