-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
92 lines (91 loc) · 2.27 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
# Generated by roxygen2: do not edit by hand
export(A.modelled)
export(AgesOfEvents)
export(Bacon)
export(Bacon.Age.d)
export(Bacon.cleanup)
export(Bacon.d.Age)
export(Bacon.hist)
export(Baconvergence)
export(accrate.age)
export(accrate.age.ghost)
export(accrate.age.summary)
export(accrate.depth)
export(accrate.depth.ghost)
export(accrate.depth.summary)
export(accrates.core)
export(add.dates)
export(agedepth)
export(agemodel.it)
export(background)
export(bacon2clam)
export(calib.plot)
export(clam2bacon)
export(draw.pbmeasured)
export(draw.pbmodelled)
export(flux.age.ghost)
export(proxy.ghost)
export(scissors)
export(set.initvals)
export(squeeze)
export(stretch)
export(thinner)
export(tofu)
importFrom(Rcpp,evalCpp)
importFrom(coda,as.mcmc)
importFrom(coda,gelman.diag)
importFrom(coda,mcmc.list)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(grDevices,dev.copy2pdf)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.interactive)
importFrom(grDevices,dev.list)
importFrom(grDevices,dev.off)
importFrom(grDevices,extendrange)
importFrom(grDevices,grey)
importFrom(grDevices,pdf)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,curve)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,locator)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(rice,F14CtoC14)
importFrom(rice,draw.dates)
importFrom(rice,pMCtoC14)
importFrom(rintcal,ccurve)
importFrom(rintcal,mix.ccurves)
importFrom(rintcal,new.ccdir)
importFrom(stats,approx)
importFrom(stats,coef)
importFrom(stats,dbeta)
importFrom(stats,density)
importFrom(stats,dgamma)
importFrom(stats,dnorm)
importFrom(stats,dunif)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,weighted.mean)
importFrom(utils,packageName)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.table)
useDynLib(rbacon, .registration=TRUE)