forked from cran/rbacon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
69 lines (68 loc) · 1.65 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
# Generated by roxygen2: do not edit by hand
export(AgesOfEvents)
export(Bacon)
export(Bacon.Age.d)
export(Bacon.cleanup)
export(Bacon.hist)
export(Bacon_runs)
export(Baconvergence)
export(accrate.age)
export(accrate.age.ghost)
export(accrate.depth)
export(accrate.depth.ghost)
export(add.dates)
export(age.pMC)
export(agedepth)
export(agemodel.it)
export(bacon2clam)
export(calib.plot)
export(clam2bacon)
export(copyCalibrationCurve)
export(flux.age.ghost)
export(mix.curves)
export(pMC.age)
export(proxy.ghost)
export(scissors)
export(thinner)
importFrom(Rcpp,evalCpp)
importFrom(coda,as.mcmc)
importFrom(coda,gelman.diag)
importFrom(coda,mcmc.list)
importFrom(grDevices,dev.copy2pdf)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.list)
importFrom(grDevices,dev.off)
importFrom(grDevices,grey)
importFrom(grDevices,pdf)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,box)
importFrom(graphics,curve)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(stats,approx)
importFrom(stats,dbeta)
importFrom(stats,density)
importFrom(stats,dgamma)
importFrom(stats,dnorm)
importFrom(stats,dunif)
importFrom(stats,lm)
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)