-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
64 lines (63 loc) · 1.43 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
# Generated by roxygen2: do not edit by hand
S3method("[",crwIS)
S3method(crwMLE,SpatialPoints)
S3method(crwMLE,default)
S3method(crwMLE,sf)
S3method(crw_as_sf,crwIS)
S3method(crw_as_sf,crwPredict)
S3method(crw_as_sf,list)
S3method(crw_as_sf,sf)
S3method(crw_as_tibble,crwIS)
S3method(crw_as_tibble,crwPredict)
S3method(crw_as_tibble,tbl)
S3method(print,crwFit)
export("%>%")
export(aic.crw)
export(argosDiag2Cov)
export(as.flat)
export(crwMLE)
export(crwN2ll)
export(crwPostIS)
export(crwPredict)
export(crwPredictPlot)
export(crwSamplePar)
export(crwSimulator)
export(crw_as_sf)
export(crw_as_tibble)
export(detect_timescale)
export(displayPar)
export(expandPred)
export(fillCols)
export(fix_path)
export(flatten)
export(intToPOSIX)
export(mergeTrackStop)
export(tidy_crwFit)
import(dplyr)
import(mvtnorm)
import(rlang)
importFrom(Rcpp,evalCpp)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(methods,slot)
importFrom(stats,approx)
importFrom(stats,median)
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,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(utils,tail)
useDynLib(crawl, .registration = TRUE)