-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
53 lines (50 loc) · 1.16 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
# Exports
export(aer)
export(boxM)
export(confusionmatrix)
export(coph.tocher)
export(cov2pcov)
export(creategroups)
export(D2.disc)
export(D2.dist)
export(distClust)
export(findSubsample)
export(fitplotsize)
export(gencovtest)
export(mantelTest)
export(mantelPower)
export(multcor.test)
export(optimumplotsize)
export(pathanalysis)
export(raise.matrix)
export(samplesize)
export(singh)
export(tocher)
export(sHe)
export(spatialpred)
export(germinationcount.test)
export(mvpaircomp)
# Imports
import(utils, MASS, boot, stats, graphics, grDevices, datasets)
# S3methods
S3method(tocher, dist)
S3method(singh, default)
S3method(D2.disc, default)
S3method(gencovtest, manova)
S3method(sHe, default)
S3method(print, creategroups)
S3method(print, D2.disc)
S3method(predict, D2.disc)
S3method(print, findSubsample)
S3method(print, mantelTest)
S3method(print, multcor.test)
S3method(print, pathanalysis)
S3method(print, tocher)
S3method(cophenetic, tocher)
S3method(plot, singh)
S3method(print, gencovtest)
S3method(plot, gencovtest)
S3method(print, sHe)
S3method(plot, sHe)
S3method(print, germinationcount.test)
S3method(print, mvpaircomp)