-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
export(ENphylo_modeling)
export(ENphylo_prediction)
importFrom(PresenceAbsence,optimal.thresholds)
importFrom(PresenceAbsence,presence.absence.accuracy)
importFrom(RRphylo,RRphylo)
importFrom(RRphylo,swapONE)
importFrom(Rphylopars,phylopars)
importFrom(ade4,acm.disjonctif)
importFrom(ade4,dudi.pca)
importFrom(adehabitatMA,.adehabitatMAEnv)
importFrom(adehabitatMA,join)
importFrom(ape,Ntip)
importFrom(ape,cophenetic.phylo)
importFrom(ape,drop.tip)
importFrom(ape,keep.tip)
importFrom(ape,vcv)
importFrom(biomod2,bm_BinaryTransformation)
importFrom(dismo,mahal)
importFrom(doParallel,registerDoParallel)
importFrom(ecospat,ecospat.boyce)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,dev.new)
importFrom(graphics,points)
importFrom(gtools,mixedorder)
importFrom(methods,as)
importFrom(methods,extends)
importFrom(methods,slot)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(pbapply,pblapply)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sp,coordinates)
importFrom(sp,gridded)
importFrom(sp,gridparameters)
importFrom(stats,as.dist)
importFrom(stats,cov)
importFrom(stats,cutree)
importFrom(stats,hclust)
importFrom(stats,mahalanobis)
importFrom(stats,median)
importFrom(stats,pchisq)
importFrom(stats,quantile)
importFrom(terra,app)
importFrom(terra,cellFromXY)
importFrom(terra,crds)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,extend)
importFrom(terra,extract)
importFrom(terra,nlyr)
importFrom(terra,rast)
importFrom(terra,rasterize)
importFrom(terra,res)
importFrom(terra,vect)
importFrom(terra,writeRaster)