-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.27 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(fit.all.univariate)
export(fit.mode.shift)
export(fit.multivariate.OU)
export(fit.multivariate.OU.user.defined)
export(fit.multivariate.URW)
export(fit.multivariate.URW.shift)
export(loglik.surface.GRW)
export(loglik.surface.OU)
export(loglik.surface.OUBM)
export(loglik.surface.URW)
export(loglik.surface.accel)
export(loglik.surface.decel)
export(loglik.surface.stasis)
export(make.multivar.evoTS)
export(opt.accel.single.R)
export(opt.accel.single.R.zero.corr)
export(opt.decel.single.R)
export(opt.decel.single.R.zero.corr)
export(opt.joint.OUBM)
export(opt.joint.accel)
export(opt.joint.decel)
export(opt.single.R)
export(opt.single.R.zero.corr)
export(plotevoTS)
export(plotevoTS.multivariate)
export(sim.OUBM)
export(sim.accel.decel)
export(sim.multi.OU)
export(sim.multi.URW)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(plotly,"%>%")
importFrom(plotly,add_surface)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(stats,C)
importFrom(stats,cov)
importFrom(stats,na.exclude)
importFrom(stats,optim)
importFrom(stats,rnorm)
importFrom(stats,var)
importFrom(utils,combn)
importFrom(utils,tail)