forked from NMML/crawl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.09 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
S3method(print,crwFit)
export(aic.crw)
export(argosDiag2Cov)
export(as.flat)
export(check_csv)
export(crwMLE)
export(crwN2ll)
export(crwPostIS)
export(crwPredict)
export(crwPredictPlot)
export(crwSamplePar)
export(crwSimulator)
export(displayPar)
export(expandPred)
export(fillCols)
export(fix_path)
export(flatten)
export(get_restricted_segments)
export(intToPOSIX)
export(mergeTrackStop)
import(dplyr)
import(mvtnorm)
importFrom(Rcpp,evalCpp)
importFrom(gdistance,shortestPath)
importFrom(gdistance,transition)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(methods,as)
importFrom(methods,slot)
importFrom(raster,cellFromXY)
importFrom(raster,extract)
importFrom(shiny,runApp)
importFrom(sp,coordinates)
importFrom(stats,approx)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.pass)
importFrom(stats,optim)
importFrom(stats,pchisq)
importFrom(stats,pexp)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,rchisq)
importFrom(stats,runif)
importFrom(stats,sd)
useDynLib(crawl)