-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
98 lines (97 loc) · 2.54 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Generated by roxygen2: do not edit by hand
S3method(plot,simfish)
export(calc_pdrf)
export(find_route)
export(generate_env)
export(map)
export(pdet)
export(sim_detect)
export(sim_fish)
export(sim_par)
importFrom(CircStats,rwrpcauchy)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,lag)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_brewer)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_dark)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(grDevices,extendrange)
importFrom(grDevices,grey)
importFrom(grDevices,hcl.colors)
importFrom(graphics,abline)
importFrom(lubridate,week)
importFrom(lubridate,yday)
importFrom(methods,as)
importFrom(pathroutr,prt_reroute)
importFrom(pathroutr,prt_visgraph)
importFrom(raster,buffer)
importFrom(raster,crs)
importFrom(raster,distance)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,nlayers)
importFrom(raster,projectExtent)
importFrom(raster,projectRaster)
importFrom(raster,raster)
importFrom(raster,rasterize)
importFrom(raster,stack)
importFrom(raster,xyFromCell)
importFrom(rnaturalearth,ne_countries)
importFrom(sf,"st_crs<-")
importFrom(sf,st_as_sf)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_contains)
importFrom(sf,st_coordinates)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_intersects)
importFrom(sf,st_make_valid)
importFrom(sf,st_transform)
importFrom(sp,CRS)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPolygons)
importFrom(stars,geom_stars)
importFrom(stars,st_as_stars)
importFrom(stats,approx)
importFrom(stats,plogis)
importFrom(stats,qlogis)
importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(stats,rweibull)
importFrom(stringr,str_split)
importFrom(terra,crs)
importFrom(terra,distance)
importFrom(terra,ext)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,rasterize)
importFrom(terra,terrain)
importFrom(tibble,as_tibble)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)