-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
58 lines (57 loc) · 1.39 KB
/
NAMESPACE
File metadata and controls
58 lines (57 loc) · 1.39 KB
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(AIC_indices)
export(CovarExtract)
export(CreateExtent)
export(Fig_split)
export(Map_predict)
export(ModelOrder)
export(ModelResults)
export(Param_corr)
export(Prepare_covarStack)
export(Prepare_dataset)
export(RefRasterize)
export(Rm_WhiteMargins)
export(best_distri)
export(crossV_indices)
export(findBestModel)
export(fit_model)
export(gplot_data)
export(meandiff_distri)
export(model_select)
export(modelselect_opt)
export(prec_data)
export(spatialcor_dist)
import(graphics)
import(stats)
importFrom(GlobalOptions,.v)
importFrom(GlobalOptions,set_opt)
importFrom(cartomisc,gplot_data)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_pointrange)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,dev.prev)
importFrom(grDevices,dev.set)
importFrom(grDevices,graphics.off)
importFrom(grDevices,heat.colors)
importFrom(grDevices,jpeg)
importFrom(grDevices,png)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(mgcv,gam)
importFrom(raster,projection)
importFrom(raster,xmax)
importFrom(raster,xmin)
importFrom(raster,ymax)
importFrom(raster,ymin)
importFrom(sp,CRS)
importFrom(sp,spTransform)
importFrom(splines,ns)
importFrom(stats,AIC)
importFrom(yarrr,pirateplot)