-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
146 lines (145 loc) · 3.92 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
# Generated by roxygen2: do not edit by hand
export(OCRdataFields)
export(activityDensity)
export(activityHistogram)
export(activityOverlap)
export(activityRadial)
export(addCopyrightTag)
export(addToPath)
export(appendSpeciesNames)
export(cameraOperation)
export(checkSpeciesIdentification)
export(checkSpeciesNames)
export(communityModel)
export(createSpeciesFolders)
export(createStationFolders)
export(detectionHistory)
export(detectionMaps)
export(exifTagNames)
export(filterRecordTable)
export(fixDateTimeOriginal)
export(getSpeciesImages)
export(imageRename)
export(recordTable)
export(recordTableIndividual)
export(spatialDetectionHistory)
export(surveyDashboard)
export(surveyReport)
export(timeShiftImages)
export(writeDateTimeOriginal)
exportClasses(commOccu)
exportMethods(fit)
exportMethods(plot_coef)
exportMethods(plot_effects)
exportMethods(predict)
exportMethods(summary)
importFrom(data.table,":=")
importFrom(data.table,foverlaps)
importFrom(data.table,rbindlist)
importFrom(data.table,setDF)
importFrom(data.table,setDT)
importFrom(data.table,setkey)
importFrom(generics,fit)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,expr)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_linerange)
importFrom(ggplot2,geom_pointrange)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,vars)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.off)
importFrom(grDevices,extendrange)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,heat.colors)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,grconvertX)
importFrom(graphics,grconvertY)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.default)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,strheight)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(lubridate,"%within%")
importFrom(lubridate,as_date)
importFrom(lubridate,as_datetime)
importFrom(lubridate,ddays)
importFrom(lubridate,dhours)
importFrom(lubridate,dseconds)
importFrom(lubridate,int_end)
importFrom(lubridate,int_overlaps)
importFrom(lubridate,int_start)
importFrom(lubridate,interval)
importFrom(lubridate,is.Date)
importFrom(lubridate,is.POSIXt)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,time_length)
importFrom(lubridate,tz)
importFrom(lubridate,ymd_hms)
importFrom(methods,.hasSlot)
importFrom(methods,hasArg)
importFrom(methods,is)
importFrom(methods,new)
importFrom(secr,RMarkInput)
importFrom(secr,covariates)
importFrom(secr,make.capthist)
importFrom(secr,read.traps)
importFrom(secr,traps)
importFrom(secr,usage)
importFrom(sf,st_as_sf)
importFrom(sf,st_coordinates)
importFrom(sf,st_set_crs)
importFrom(sf,st_write)
importFrom(stats,aggregate)
importFrom(stats,dpois)
importFrom(stats,end)
importFrom(stats,formula)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,reorder)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,start)
importFrom(stats,window)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,menu)
importFrom(utils,modifyList)
importFrom(utils,object.size)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(utils,zip)