forked from autumnlynn/argosTrack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
54 lines (53 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
S3method(plot,Animal)
S3method(plot,Movement)
S3method(plot,Observation)
export(Animal)
export(CTCRW)
export(DCRW)
export(DIRAC)
export(DSBHN)
export(DSBW)
export(Measurement)
export(Movement)
export(Observation)
export(RW)
export(argosTrack)
export(fitTrack)
export(getTrack)
export(plotLat)
export(plotLon)
export(plotMap)
export(roseplot)
export(simTrack)
exportClasses(Animal)
exportClasses(CTCRW)
exportClasses(DCRW)
exportClasses(DIRAC)
exportClasses(DSBHN)
exportClasses(DSBW)
exportClasses(Measurement)
exportClasses(Movement)
exportClasses(Observation)
exportClasses(RW)
import(TMB)
importFrom(grDevices,nclass.FD)
importFrom(grDevices,nclass.Sturges)
importFrom(grDevices,nclass.scott)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(methods,initRefFields)
importFrom(methods,new)
importFrom(methods,setRefClass)
importFrom(stats,nlminb)
importFrom(stats,optimHess)
importFrom(stats,rnorm)
importFrom(stats,rt)
importFrom(stats,runif)
importFrom(utils,head)
importFrom(utils,tail)