-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
44 lines (43 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
export(add.dates)
export(calib.t)
export(clam)
export(deptime.age)
export(deptime.depth)
export(plot_proxies)
import(rice)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(grDevices,dev.off)
importFrom(grDevices,grey)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
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(stats,approx)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,smooth.spline)
importFrom(stats,spline)
importFrom(stats,weighted.mean)
importFrom(utils,packageName)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.table)