forked from fraenzi/birdring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
48 lines (44 loc) · 1.24 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
export(
birdstate
,bootci.dc
,codes2names
,critical.check.ringing.event
,dayofyear
,dc
,decimal.coord
,dmvnorm
,draw.map
,draw.recmap
,loxodrom.dir
,loxodrom.dist
,mdy.date
# ,mercatorbreite
,mercatorlat
,orthodrom.dist
,overlap
,place2name
,read.euring2000
,read.euring2000plus
,scheme2country
# ,schemes # data sets are not part of the namespace
# ,conditions
# ,circumstances
# ,species
)
importFrom(lazyData, requireData)
importFrom(raster, extent)
importFrom(rgeos, gIntersects, gIntersection, gDifference, gUnionCascaded)
importFrom(geosphere,gcIntermediate, distRhumb, distMeeus)
#importFrom(ks, kde, Hpi)
#importFrom(reshape, melt, cast)
importFrom("grDevices", "dev.off", "grey", "jpeg", "png", "rainbow", "tiff")
importFrom("graphics", ".filled.contour", "axis", "legend", "lines", "par", "polygon", "rect", "hist")
importFrom("methods", "as", "slot", "slot<-")
importFrom("stats", "density", "mahalanobis", "optim", "quantile", "runif", "median")
importFrom("utils", "data", "read.table")
import(rgdal)
import(rworldmap)
import(rworldxtra)
import(sp)
import(ks)
#import(reshape)