-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
107 lines (106 loc) · 2.61 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
# Generated by roxygen2: do not edit by hand
export(addline)
export(addpoly)
export(allel.rich)
export(allele.dist)
export(costdistances)
export(emigration)
export(gd.kosman)
export(gd.smouse)
export(genleastcost)
export(init.popgensim)
export(landgenreport)
export(lgrMMRR)
export(mutation)
export(null.all)
export(opt.landgen)
export(p2p)
export(pairwise.fstb)
export(pairwise.propShared)
export(popgenreport)
export(pops2genind)
export(read.genetable)
export(reproduction)
export(run.popgensim)
export(spautocor)
export(wassermann)
import(R.utils)
import(adegenet)
import(gap)
import(knitr)
import(mmod)
importFrom(GGally,ggpairs)
importFrom(RgoogleMaps,GetMap.bbox)
importFrom(RgoogleMaps,PlotOnStaticMap)
importFrom(ade4,add.scatter)
importFrom(ade4,dudi.pca)
importFrom(ade4,s.class)
importFrom(calibrate,textxy)
importFrom(dismo,Mercator)
importFrom(gdistance,commuteDistance)
importFrom(gdistance,costDistance)
importFrom(gdistance,geoCorrection)
importFrom(gdistance,rSPDistance)
importFrom(gdistance,shortestPath)
importFrom(gdistance,transition)
importFrom(genetics,HWE.chisq)
importFrom(genetics,HWE.exact)
importFrom(genetics,HWE.test)
importFrom(ggplot2,ggplot)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(lattice,densityplot)
importFrom(lattice,xyplot)
importFrom(methods,as)
importFrom(methods,is)
importFrom(pegas,Fst)
importFrom(pegas,as.loci)
importFrom(pegas,hw.test)
importFrom(plyr,alply)
importFrom(raster,"crs<-")
importFrom(raster,"values<-")
importFrom(raster,buffer)
importFrom(raster,crs)
importFrom(raster,extent)
importFrom(raster,plot)
importFrom(raster,raster)
importFrom(raster,rasterize)
importFrom(raster,values)
importFrom(reshape2,melt)
importFrom(sp,CRS)
importFrom(sp,Line)
importFrom(sp,Lines)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialLines)
importFrom(sp,SpatialLinesLengths)
importFrom(sp,SpatialPolygons)
importFrom(sp,coordinates)
importFrom(stats,as.dist)
importFrom(stats,dist)
importFrom(stats,ecdf)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,resid)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,weighted.mean)
importFrom(utils,combn)
importFrom(utils,flush.console)
importFrom(utils,read.csv)
importFrom(vegan,mantel.partial)
importFrom(vegan,permustats)
importFrom(xtable,xtable)