-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
75 lines (74 loc) · 1.76 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
# Generated by roxygen2: do not edit by hand
S3method(obsData,OrganizedBirds)
S3method(overlayBirds,OrganizedBirds)
S3method(summarizeBirds,OrganizedBirds)
export("visits<-")
export(OB2Polygon)
export(communityMatrix)
export(communityMatrixGrid)
export(createVisits)
export(drawPolygon)
export(exploreVisits)
export(exportBirds)
export(exposeIgnorance)
export(findCols)
export(focalSpReport)
export(focalSpSummary)
export(getGridIDs)
export(getUTMproj)
export(gridAsString)
export(listSpecies)
export(makeCircle)
export(makeGrid)
export(obsData)
export(obsIndex)
export(organiseBirds)
export(organizeBirds)
export(organizeDate)
export(overlayBirds)
export(recBySpp)
export(removeObs)
export(simplifySpp)
export(spatialVisits)
export(speciesSummary)
export(summariseBirds)
export(summarizeBirds)
export(visits)
export(whichNonEmpty)
import(sf)
importFrom(dbscan,dbscan)
importFrom(dplyr,group_by)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,summarise)
importFrom(dplyr,sym)
importFrom(grDevices,boxplot.stats)
importFrom(graphics,barplot)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(lubridate,date)
importFrom(lubridate,day)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(mapedit,editMap)
importFrom(nnet,which.is.max)
importFrom(rlang,.data)
importFrom(sf,st_crs)
importFrom(sf,st_geometry_type)
importFrom(sf,st_transform)
importFrom(shotGroups,getMinCircle)
importFrom(stats,IQR)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,var)
importFrom(taxize,gbif_parse)
importFrom(tidyr,pivot_wider)
importFrom(units,set_units)
importFrom(xts,as.xts)
importFrom(zoo,zoo)