-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
executable file
·108 lines (107 loc) · 2.7 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
99
100
101
102
103
104
105
106
107
108
# Generated by roxygen2: do not edit by hand
export(ac)
export(addAuthor)
export(addCoordsAxes)
export(addInfoFilename)
export(addTextBox)
export(an)
export(anc)
export(barPercentage)
export(brokenBarplot)
export(centroidAssigner)
export(counterZOO)
export(digitsum)
export(envir_downANDextract)
export(getAIPInfo)
export(getCoordsAxes)
export(getHarbor)
export(isNearCoast)
export(isopArea.assigner)
export(lengthFrequencyPlot)
export(marsdenSquare.assigner)
export(minDistanceToCoast)
export(newYear)
export(notebanks_ATM)
export(parallelMaps)
export(passwordGen)
export(peruvianGrid.assigner)
export(plotIsoparalitoral)
export(prepareProjFolder)
export(progressBar)
export(randomRectangles)
export(sillyTest)
export(surveyTrack)
export(tableAdd)
export(zigguratCreator)
import(mapdata)
importFrom(abind,abind)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,transmute)
importFrom(fields,image.plot)
importFrom(fields,tim.colors)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,dev.list)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,grid)
importFrom(graphics,image)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rasterImage)
importFrom(graphics,text)
importFrom(lubridate,is.Date)
importFrom(lubridate,is.POSIXt)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(maps,map)
importFrom(metR,LatLabel)
importFrom(metR,LonLabel)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(png,readPNG)
importFrom(rgeos,gBuffer)
importFrom(rstudioapi,initializeProject)
importFrom(rstudioapi,openProject)
importFrom(sp,"coordinates<-")
importFrom(sp,"proj4string<-")
importFrom(sp,CRS)
importFrom(sp,SpatialPoints)
importFrom(sp,coordinates)
importFrom(sp,dd2dms)
importFrom(sp,over)
importFrom(sp,plot)
importFrom(sp,proj4string)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(stats,complete.cases)
importFrom(stats,median)
importFrom(stats,rbeta)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,spline)
importFrom(terra,distance)
importFrom(terra,extract)
importFrom(terra,rast)
importFrom(utils,modifyList)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(zoo,rollmean)