-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
32 lines (31 loc) · 819 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(listStabilityMeasures)
export(plotFeatures)
export(stabilityDavis)
export(stabilityDice)
export(stabilityHamming)
export(stabilityIntersectionCount)
export(stabilityIntersectionGreedy)
export(stabilityIntersectionMBM)
export(stabilityIntersectionMean)
export(stabilityJaccard)
export(stabilityKappa)
export(stabilityLustgarten)
export(stabilityNogueira)
export(stabilityNovovicova)
export(stabilityOchiai)
export(stabilityPhi)
export(stabilitySechidis)
export(stabilitySomol)
export(stabilityUnadjusted)
export(stabilityWald)
export(stabilityYu)
export(stabilityZucknick)
import(Matrix)
importFrom(methods,as)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(tools,toRd)
importFrom(utils,bibentry)