-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
38 lines (37 loc) · 937 Bytes
/
NAMESPACE
File metadata and controls
38 lines (37 loc) · 937 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(fitted,rwalc)
S3method(plot,rwalc)
S3method(predict,rwalc)
export(argosScale)
export(gshhsMask)
export(interpolateTrack)
export(rwalc)
export(rwalcControl)
export(rwalcSimulate)
export(rwalcSurrogate)
export(systemMatrices)
export(unwrapLon)
export(wrapLon)
importFrom(TMB,MakeADFun)
importFrom(TMB,sdreport)
importFrom(TMB,summary.sdreport)
importFrom(grDevices,dev.interactive)
importFrom(grDevices,devAskNewPage)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(png,readPNG)
importFrom(stats,approx)
importFrom(stats,loess)
importFrom(stats,loess.control)
importFrom(stats,mvfft)
importFrom(stats,nlminb)
importFrom(stats,optim)
importFrom(stats,predict)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,weighted.mean)
useDynLib(RWalc)