forked from sylvainschmitt/SSDM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
134 lines (133 loc) · 3.56 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Generated by roxygen2: do not edit by hand
export(ensemble)
export(ensemble_modelling)
export(evaluate)
export(gui)
export(load_enm)
export(load_occ)
export(load_stack)
export(load_var)
export(mapDiversity)
export(modelling)
export(save.enm)
export(save.stack)
export(stack_modelling)
export(stacking)
exportClasses(Algorithm.SDM)
exportClasses(Ensemble.SDM)
exportClasses(Stacked.SDM)
exportMethods(ensemble)
exportMethods(evaluate)
exportMethods(mapDiversity)
exportMethods(plot)
exportMethods(save.enm)
exportMethods(save.stack)
exportMethods(stacking)
exportMethods(sum)
exportMethods(update)
import(methods)
importFrom(SDMTools,accuracy)
importFrom(SDMTools,optim.thresh)
importFrom(dismo,maxent)
importFrom(e1071,svm)
importFrom(earth,earth)
importFrom(gbm,gbm)
importFrom(gplots,heatmap.2)
importFrom(grDevices,heat.colors)
importFrom(grDevices,is.raster)
importFrom(grDevices,rainbow)
importFrom(grDevices,terrain.colors)
importFrom(graphics,arrows)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(mgcv,gam)
importFrom(mgcv,gam.control)
importFrom(nnet,nnet)
importFrom(randomForest,randomForest)
importFrom(raster,"values<-")
importFrom(raster,aggregate)
importFrom(raster,as.factor)
importFrom(raster,calc)
importFrom(raster,crop)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,layerStats)
importFrom(raster,mask)
importFrom(raster,overlay)
importFrom(raster,predict)
importFrom(raster,raster)
importFrom(raster,rasterToPoints)
importFrom(raster,rasterize)
importFrom(raster,readAll)
importFrom(raster,reclassify)
importFrom(raster,res)
importFrom(raster,resample)
importFrom(raster,stack)
importFrom(raster,values)
importFrom(raster,writeRaster)
importFrom(rpart,rpart)
importFrom(rpart,rpart.control)
importFrom(shiny,actionButton)
importFrom(shiny,brushOpts)
importFrom(shiny,checkboxGroupInput)
importFrom(shiny,checkboxInput)
importFrom(shiny,dataTableOutput)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,h1)
importFrom(shiny,h2)
importFrom(shiny,h3)
importFrom(shiny,icon)
importFrom(shiny,incProgress)
importFrom(shiny,observeEvent)
importFrom(shiny,p)
importFrom(shiny,plotOutput)
importFrom(shiny,radioButtons)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderDataTable)
importFrom(shiny,renderPlot)
importFrom(shiny,renderTable)
importFrom(shiny,renderText)
importFrom(shiny,renderUI)
importFrom(shiny,selectInput)
importFrom(shiny,shinyApp)
importFrom(shiny,sliderInput)
importFrom(shiny,tabPanel)
importFrom(shiny,tableOutput)
importFrom(shiny,textOutput)
importFrom(shiny,uiOutput)
importFrom(shinydashboard,box)
importFrom(shinydashboard,dashboardBody)
importFrom(shinydashboard,dashboardHeader)
importFrom(shinydashboard,dashboardPage)
importFrom(shinydashboard,dashboardSidebar)
importFrom(shinydashboard,menuItem)
importFrom(shinydashboard,menuSubItem)
importFrom(shinydashboard,renderMenu)
importFrom(shinydashboard,sidebarMenu)
importFrom(shinydashboard,sidebarMenuOutput)
importFrom(shinydashboard,tabBox)
importFrom(shinydashboard,tabItem)
importFrom(shinydashboard,tabItems)
importFrom(sp,Polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPoints)
importFrom(sp,SpatialPolygons)
importFrom(sp,bbox)
importFrom(sp,coordinates)
importFrom(sp,spplot)
importFrom(spThin,thin)
importFrom(stats,aggregate.data.frame)
importFrom(stats,cor)
importFrom(stats,glm)
importFrom(stats,glm.control)
importFrom(stats,lm)
importFrom(stats,rbinom)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,lsf.str)
importFrom(utils,read.csv)
importFrom(utils,read.csv2)
importFrom(utils,tail)
importFrom(utils,write.csv)