-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
73 lines (72 loc) · 1.8 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
# Generated by roxygen2: do not edit by hand
export(IAT)
export(MCMCrings)
export(ages.undated)
export(draw.MCMCrings)
export(draw.rings)
export(draw.strat)
export(rings)
export(scissors)
export(sim.rings)
export(sim.strat)
export(strat)
export(strat.cleanup)
export(thinner)
export(withinhpd)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(grDevices,dev.copy2pdf)
importFrom(grDevices,dev.cur)
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,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(rice,BCADtocalBP)
importFrom(rice,caldist)
importFrom(rice,draw.ccurve)
importFrom(rice,draw.dates)
importFrom(rice,hpd)
importFrom(rintcal,ccurve)
importFrom(rintcal,glue.ccurves)
importFrom(stats,approx)
importFrom(stats,as.ts)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,dbeta)
importFrom(stats,density)
importFrom(stats,dgamma)
importFrom(stats,dnorm)
importFrom(stats,dunif)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,var)
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)