-
Notifications
You must be signed in to change notification settings - Fork 24
/
NAMESPACE
55 lines (54 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
S3method(plot,frescalo)
S3method(plot,occDet)
S3method(print,frescalo)
S3method(summary,frescalo)
S3method(summary,occDet)
export(WSS)
export(createWeights)
export(dataDiagnostics)
export(dataMetrics)
export(date2timeperiod)
export(formatOccData)
export(frescalo)
export(getBugsData)
export(getInitValues)
export(getModelFile)
export(getObsModel)
export(getParameters)
export(gps_latlon2gr)
export(gr2gps_latlon)
export(htmlSummary)
export(occDetFunc)
export(occDetModel)
export(occurrenceChange)
export(plot_DetectionOverTime)
export(plot_DetectionPhenology)
export(recsOverTime)
export(reportingRateModel)
export(simOccData)
export(siteSelection)
export(siteSelectionMinL)
export(siteSelectionMinTP)
export(telfer)
export(visitsSummary)
import(LearnBayes)
import(gdata)
import(ggplot2)
import(lme4)
import(rmarkdown)
import(sp)
importFrom(boot,inv.logit)
importFrom(dplyr,arrange)
importFrom(dplyr,count)
importFrom(dplyr,distinct)
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(ggplot2,ggplot)
importFrom(plyr,.)
importFrom(plyr,ddply)
importFrom(plyr,rbind.fill)
importFrom(reshape2,acast)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(runjags,testjags)