-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
77 lines (76 loc) · 1.93 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
# Generated by roxygen2: do not edit by hand
S3method(plot,bremla)
S3method(print,bremla)
S3method(print,summary.bremla)
S3method(summary,bremla)
export(Qmaker_ar1cum)
export(Qsimmer)
export(Qymaker)
export(adolphi_tiepoint_simmer)
export(adolphiloader)
export(bremla)
export(bremla_biased_chronologies)
export(bremla_chronology_simulation)
export(bremla_modelfitter)
export(bremla_prepare)
export(bremla_simulationsummarizer)
export(bremla_synchronized_simulation)
export(events_depth_to_age)
export(inlaloader)
export(linramp)
export(linrampfitter)
export(linramprev)
export(meanmaker)
export(rgeneric.fitting)
export(rgeneric.uneven.AR1)
export(skewsampler)
export(tiepointsimmer)
export(which.index)
import(Matrix)
import(matrixStats)
import(methods)
import(numDeriv)
importFrom(Matrix,sparseMatrix)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(graphics,abline)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(numDeriv,grad)
importFrom(parallel,detectCores)
importFrom(rlang,.data)
importFrom(stats,acf)
importFrom(stats,arima)
importFrom(stats,arima.sim)
importFrom(stats,as.formula)
importFrom(stats,density)
importFrom(stats,dgamma)
importFrom(stats,dnorm)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,optim)
importFrom(stats,qqline)
importFrom(stats,qqnorm)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stringr,str_detect)
importFrom(stringr,str_locate)
importFrom(stringr,str_locate_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sub)
importFrom(utils,data)
importFrom(utils,write.table)