forked from kidusasfaw/spatPomp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
41 lines (40 loc) · 877 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(asifd_bm)
export(asifd_lorenz)
export(asifd_measles)
export(asifird_bm)
export(asifird_lorenz)
export(asifird_measles)
export(bm)
export(gbm)
export(girfd_bm)
export(girfd_lorenz)
export(girfd_measles)
export(lorenz)
export(measles)
export(ou)
export(spatPomp)
export(spatPomp2)
exportMethods(asif)
exportMethods(asifir)
exportMethods(girf)
exportMethods(igirf)
exportMethods(logLik)
exportMethods(plot)
exportMethods(print)
exportMethods(senkf)
exportMethods(show)
exportMethods(simulate)
exportMethods(spatPomp_Csnippet)
exportMethods(spat_units)
exportMethods(vec_dmeasure)
exportMethods(vec_rmeasure)
import(methods)
import(pomp)
importFrom(foreach,"%dopar%")
importFrom(stats,dnorm)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(utils,tail)
useDynLib(spatPomp, .registration=TRUE)