-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
49 lines (48 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(T_from_d18O_d18Ow)
export(age_corr)
export(cumdy)
export(cumulative_day)
export(d18O_model)
export(d18Oc_from_T_d18Ow)
export(d18Ow_from_d18O_T)
export(data_import)
export(data_import_object)
export(export_results)
export(growth_model)
export(growth_rate_curve)
export(mc_err_form)
export(mc_err_orth)
export(mc_err_proj)
export(peakid)
export(run_model)
export(sd_wt)
export(sinreg)
export(temperature_curve)
export(wrap_function)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(magrittr,"%>%")
importFrom(stats,D)
importFrom(stats,approx)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,pf)
importFrom(stats,qt)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,spectrum)
importFrom(stats,ts)
importFrom(stats,weighted.mean)
importFrom(stats,window)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,write.csv)