-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
67 lines (67 loc) · 1.17 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
S3method(Q4,SO3)
S3method(Q4,default)
S3method(SO3,Q4)
S3method(SO3,default)
S3method(angle,Q4)
S3method(angle,SO3)
S3method(axis2,Q4)
S3method(axis2,SO3)
S3method(dist,Q4)
S3method(dist,SO3)
S3method(fisherCR,Q4)
S3method(fisherCR,SO3)
S3method(mean,Q4)
S3method(mean,SO3)
S3method(median,Q4)
S3method(median,SO3)
S3method(rancourtCR,Q4)
S3method(rancourtCR,SO3)
S3method(region,Q4)
S3method(region,SO3)
S3method(sum_dist,Q4)
S3method(sum_dist,SO3)
S3method(weighted.mean,Q4)
S3method(weighted.mean,SO3)
S3method(zhangCR,Q4)
S3method(zhangCR,SO3)
export(Q4)
export(SO3)
export(angle)
export(as.Q4)
export(as.SO3)
export(axis2)
export(cayley_kappa)
export(centeringSO3)
export(dcayley)
export(dfisher)
export(dhaar)
export(dist)
export(duars)
export(dvmises)
export(fisherCR)
export(fisher_kappa)
export(genR)
export(id.Q4)
export(id.SO3)
export(is.Q4)
export(is.SO3)
export(median)
export(pcayley)
export(pfisher)
export(phaar)
export(plot.SO3)
export(pointsXYZ)
export(project.SO3)
export(pvmises)
export(rancourtCR)
export(rcayley)
export(region)
export(rfisher)
export(rhaar)
export(ruars)
export(rvmises)
export(sum_dist)
export(vmises_kappa)
export(zhangCR)
exportClasses(Q4)
exportClasses(SO3)