-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
60 lines (59 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
export(AddDist2Colony)
export(BearingFromPoint)
export(DepthETOPO)
export(Dist2Colony)
export(InOutPoints)
export(InterpointDist)
export(InterpointTime)
export(MakeTrip)
export(Speed)
export(TurningAngle)
export(cost_choice_index)
export(distance)
export(distanceTrack)
export(gilmour_fidelity)
export(kernalOverlapBA_p)
export(label_events)
export(radian)
export(true_cost)
importFrom(adehabitatHR,getverticeshr)
importFrom(adehabitatHR,kernelUD)
importFrom(adehabitatHR,kerneloverlaphr)
importFrom(dplyr,arrange_)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(geosphere,bearing)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,fortify)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(magrittr,"%>%")
importFrom(marmap,as.raster)
importFrom(marmap,getNOAA.bathy)
importFrom(purrr,pmap_dbl)
importFrom(raster,extract)
importFrom(rlang,"!!")
importFrom(rlang,sym)
importFrom(sp,CRS)
importFrom(sp,SpatialPointsDataFrame)
importFrom(sp,spTransform)
importFrom(stats,sd)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(zoo,rollmean)