-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
83 lines (80 loc) · 2.68 KB
/
NAMESPACE
File metadata and controls
83 lines (80 loc) · 2.68 KB
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
import(graphics)
import(stats)
import(grDevices)
import(utils)
importFrom(tools, file_path_sans_ext, file_ext)
importFrom(boot, boot, boot.ci)
importFrom(CompQuadForm, farebrother)
importFrom(KernSmooth, bkde2D)
export(analyzeGroup,
combineData, compareGroups,
drawBox, drawBox2, drawCircle, drawEllipse, drawGroup, drawTarget,
dHoyt, pHoyt, qHoyt, rHoyt,
dMaxwell, pMaxwell, qMaxwell, rMaxwell,
dRayleigh, pRayleigh, qRayleigh, rRayleigh,
dRice, pRice, qRice, rRice,
pmvnEll, qmvnEll, rmvnEll,
pRangeStat, qRangeStat, rRangeStat,
getHoytParam, getRayParam, getRiceParam,
getDistance, getMOA, fromMOA,
getCEP, getHitProb,
getRangeStat, getRangeStatCI, getRangeStatEff,
getKuchnost,
getBoundingBox, getConfEll, getDistToCtr,
getMaxPairDist, getMinBBox, getMinCircle, getMinEllipse, getXYmat,
groupLocation, groupShape, groupSpread,
readDataMisc, readDataOT1, readDataOT2, readDataSMT,
readDataShotMarker, readDataSIUS, readDataArcheryWC,
runGUI,
scaleGroup, simRingCount,
range2sigma, range2CEP, efficiency)
S3method(getBoundingBox, data.frame)
S3method(getBoundingBox, default)
S3method(getCEP, data.frame)
S3method(getCEP, default)
S3method(getConfEll, data.frame)
S3method(getConfEll, default)
S3method(drawBox, list)
S3method(drawBox, default)
S3method(drawBox2, list)
S3method(drawBox2, default)
S3method(drawCircle, list)
S3method(drawCircle, default)
S3method(drawEllipse, list)
S3method(drawEllipse, default)
S3method(drawGroup, data.frame)
S3method(drawGroup, default)
S3method(getKuchnost, data.frame)
S3method(getKuchnost, default)
S3method(getDistToCtr, data.frame)
S3method(getDistToCtr, default)
S3method(getHitProb, data.frame)
S3method(getHitProb, default)
S3method(getHoytParam, data.frame)
S3method(getHoytParam, list)
S3method(getHoytParam, matrix)
S3method(getHoytParam, default)
S3method(getMaxPairDist, data.frame)
S3method(getMaxPairDist, default)
S3method(getMinBBox, data.frame)
S3method(getMinBBox, default)
S3method(getMinCircle, data.frame)
S3method(getMinCircle, default)
S3method(getMinEllipse, data.frame)
S3method(getMinEllipse, default)
S3method(getRangeStat, data.frame)
S3method(getRangeStat, default)
S3method(getRayParam, data.frame)
S3method(getRayParam, default)
S3method(getRiceParam, data.frame)
S3method(getRiceParam, default)
S3method(groupLocation, data.frame)
S3method(groupLocation, default)
S3method(groupShape, data.frame)
S3method(groupShape, default)
S3method(groupSpread, data.frame)
S3method(groupSpread, default)
S3method(simRingCount, data.frame)
S3method(simRingCount, default)
S3method(scaleGroup, data.frame)
S3method(scaleGroup, default)