-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
92 lines (91 loc) · 2.65 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
# Generated by roxygen2: do not edit by hand
export(.transform_model.as.col)
export(BIOMOD_ProjectionWrap)
export(BIOMOD_Wrap)
export(MS_EnsembleForecasting)
export(MS_EnsembleModeling)
export(MS_FormatingData)
export(MS_Modeling)
export(MS_Projection)
export(bm_SpeciesParameters)
exportClasses(BIOMOD.wrap.out)
exportClasses(MS.ensemble.models.out)
exportClasses(MS.formated.data)
exportClasses(MS.models.out)
exportClasses(MS.projection.out)
exportMethods(get_built_models)
exportMethods(get_calib_lines)
exportMethods(get_evaluations)
exportMethods(get_formal_data)
exportMethods(get_kept_models)
exportMethods(get_options)
exportMethods(get_predictions)
exportMethods(get_projected_models)
exportMethods(get_variables_importance)
exportMethods(plot)
exportMethods(show)
importFrom(abind,asub)
importFrom(biomod2,BIOMOD_EnsembleForecasting)
importFrom(biomod2,BIOMOD_EnsembleModeling)
importFrom(biomod2,BIOMOD_FormatingData)
importFrom(biomod2,BIOMOD_Modeling)
importFrom(biomod2,BIOMOD_Projection)
importFrom(biomod2,load_stored_object)
importFrom(biomod2,predict)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_colour_viridis_c)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_fill_viridis_c)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,colors)
importFrom(grDevices,dev.new)
importFrom(grDevices,gray)
importFrom(grDevices,rainbow)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(methods,.hasSlot)
importFrom(stats,reshape)
importFrom(terra,app)
importFrom(terra,classify)
importFrom(terra,crds)
importFrom(terra,ext)
importFrom(terra,global)
importFrom(terra,is.factor)
importFrom(terra,mask)
importFrom(terra,mem_info)
importFrom(terra,minmax)
importFrom(terra,nlyr)
importFrom(terra,rast)
importFrom(terra,rasterize)
importFrom(terra,subset)
importFrom(terra,terraOptions)
importFrom(terra,unwrap)
importFrom(terra,values)
importFrom(terra,wrap)
importFrom(terra,writeRaster)
importFrom(utils,capture.output)
importFrom(utils,packageVersion)
importMethodsFrom(methods,show)