forked from pvermees/IsoplotR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
149 lines (148 loc) · 3.28 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# Generated by roxygen2: do not edit by hand
S3method(age,ArAr)
S3method(age,KCa)
S3method(age,LuHf)
S3method(age,PbPb)
S3method(age,RbSr)
S3method(age,ReOs)
S3method(age,SmNd)
S3method(age,ThU)
S3method(age,UPb)
S3method(age,UThHe)
S3method(age,default)
S3method(age,fissiontracks)
S3method(agespectrum,ArAr)
S3method(agespectrum,default)
S3method(cad,ArAr)
S3method(cad,KCa)
S3method(cad,LuHf)
S3method(cad,PbPb)
S3method(cad,RbSr)
S3method(cad,ReOs)
S3method(cad,SmNd)
S3method(cad,ThU)
S3method(cad,UPb)
S3method(cad,UThHe)
S3method(cad,default)
S3method(cad,detritals)
S3method(cad,fissiontracks)
S3method(central,UThHe)
S3method(central,default)
S3method(central,fissiontracks)
S3method(data2york,ArAr)
S3method(data2york,KCa)
S3method(data2york,PD)
S3method(data2york,PbPb)
S3method(data2york,ThU)
S3method(data2york,UPb)
S3method(data2york,UThHe)
S3method(data2york,default)
S3method(isochron,ArAr)
S3method(isochron,KCa)
S3method(isochron,LuHf)
S3method(isochron,PbPb)
S3method(isochron,RbSr)
S3method(isochron,ReOs)
S3method(isochron,SmNd)
S3method(isochron,ThU)
S3method(isochron,UThHe)
S3method(isochron,default)
S3method(kde,ArAr)
S3method(kde,KCa)
S3method(kde,LuHf)
S3method(kde,PbPb)
S3method(kde,RbSr)
S3method(kde,ReOs)
S3method(kde,SmNd)
S3method(kde,ThU)
S3method(kde,UPb)
S3method(kde,UThHe)
S3method(kde,default)
S3method(kde,detritals)
S3method(kde,fissiontracks)
S3method(length,ArAr)
S3method(length,KCa)
S3method(length,KDE)
S3method(length,KDEs)
S3method(length,PD)
S3method(length,PbPb)
S3method(length,ThU)
S3method(length,UPb)
S3method(length,UThHe)
S3method(length,fissiontracks)
S3method(ludwig,UPb)
S3method(ludwig,default)
S3method(mds,default)
S3method(mds,detritals)
S3method(peakfit,ArAr)
S3method(peakfit,KCa)
S3method(peakfit,LuHf)
S3method(peakfit,PbPb)
S3method(peakfit,RbSr)
S3method(peakfit,ReOs)
S3method(peakfit,SmNd)
S3method(peakfit,ThU)
S3method(peakfit,UPb)
S3method(peakfit,UThHe)
S3method(peakfit,default)
S3method(peakfit,fissiontracks)
S3method(radialplot,ArAr)
S3method(radialplot,KCa)
S3method(radialplot,LuHf)
S3method(radialplot,PbPb)
S3method(radialplot,RbSr)
S3method(radialplot,ReOs)
S3method(radialplot,SmNd)
S3method(radialplot,ThU)
S3method(radialplot,UPb)
S3method(radialplot,UThHe)
S3method(radialplot,default)
S3method(radialplot,fissiontracks)
S3method(read.data,data.frame)
S3method(read.data,default)
S3method(read.data,matrix)
S3method(subset,ArAr)
S3method(subset,KCa)
S3method(subset,PD)
S3method(subset,PbPb)
S3method(subset,ThU)
S3method(subset,UPb)
S3method(subset,UThHe)
S3method(subset,detritals)
S3method(subset,fissiontracks)
S3method(weightedmean,ArAr)
S3method(weightedmean,KCa)
S3method(weightedmean,LuHf)
S3method(weightedmean,PbPb)
S3method(weightedmean,RbSr)
S3method(weightedmean,ReOs)
S3method(weightedmean,SmNd)
S3method(weightedmean,ThU)
S3method(weightedmean,UPb)
S3method(weightedmean,UThHe)
S3method(weightedmean,default)
S3method(weightedmean,fissiontracks)
export(Pb0corr)
export(age)
export(agespectrum)
export(cad)
export(central)
export(concordia)
export(data2york)
export(ellipse)
export(evolution)
export(helioplot)
export(isochron)
export(kde)
export(ludwig)
export(mds)
export(peakfit)
export(radialplot)
export(read.data)
export(scatterplot)
export(set.zeta)
export(settings)
export(titterington)
export(weightedmean)
export(york)
importFrom(grDevices,rgb)