-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
executable file
·73 lines (72 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
63
64
65
66
67
68
69
70
71
72
73
# Generated by roxygen2: do not edit by hand
export(POCplot)
export(boyce)
export(bufferPoints)
export(calibplot)
export(computeMESS)
export(computePRcurve)
export(energyStats)
export(envCorrAnalysis)
export(envCorrAnalysis_SWD)
export(feature_summary)
export(fitModels)
export(fit_maxnet)
export(interaction_heatmap)
export(makeFolds)
export(maskExtrapolation)
export(occThin)
export(plotPRcurve)
export(prepData)
export(prepProjData)
export(projectMaxnet)
export(removeDuplicates)
export(responsePlot)
export(sampleBackground)
export(smoothdist)
export(thinningReview)
export(varImportance)
import(dplyr)
import(ggplot2)
import(maxnet)
importFrom(PRROC,pr.curve)
importFrom(PRROC,roc.curve)
importFrom(Rfast,rowsums)
importFrom(dismo,mess)
importFrom(energy,eqdist.etest)
importFrom(geodist,geodist)
importFrom(ggcorrplot,ggcorrplot)
importFrom(ggpubr,ggarrange)
importFrom(ggpubr,ggbarplot)
importFrom(ggpubr,ggexport)
importFrom(ggsci,pal_npg)
importFrom(grDevices,chull)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,points)
importFrom(sf,as_Spatial)
importFrom(sf,st_as_sf)
importFrom(sf,st_buffer)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_is)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(splines,ns)
importFrom(stats,binomial)
importFrom(stats,cor)
importFrom(stats,ecdf)
importFrom(stats,glm)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stringr,str_pad)
importFrom(terra,cellFromXY)
importFrom(terra,extract)
importFrom(terra,nlyr)
importFrom(terra,subset)
importFrom(terra,values)
importFrom(terra,writeRaster)
importFrom(terra,xyFromCell)
importFrom(utils,read.csv)
importFrom(utils,write.csv)