-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
96 lines (94 loc) · 2.53 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
# Generated by roxygen2: do not edit by hand
export(AOH.estimation)
export(AOO.computing)
export(AOO.decline)
export(EOO.comp)
export(EOO.computing)
export(EOO.sensitivity)
export(IUCN.eval)
export(activate_parallel)
export(cat_criterion_a)
export(cat_criterion_b)
export(cat_criterion_c)
export(cat_downlist)
export(cat_mult_criteria)
export(coord.check)
export(criterion_A)
export(criterion_B)
export(criterion_C)
export(criterion_D)
export(dummy_dist)
export(locations.comp)
export(map.res)
export(near.threatened)
export(over.valid.poly)
export(pop.decline)
export(pop.decline.fit)
export(pop.decline.test)
export(pop.fluctuation)
export(proj_crs)
export(severe_frag)
export(subpop.comp)
export(subpop.estimation)
export(subpop.radius)
import(sf)
import(terra, except = c(points, median, na.omit, quantile, head, tail, predict))
import(terra, except = c(points, median, na.omit, quantile, head, tail, predict))
importFrom(FuzzyNumbers.Ext.2,is.decreasing)
importFrom(FuzzyNumbers.Ext.2,is.increasing)
importFrom(data.table,data.table)
importFrom(data.table,setDT)
importFrom(data.table,setkeyv)
importFrom(doSNOW,registerDoSNOW)
importFrom(dplyr,bind_rows)
importFrom(fields,rdist)
importFrom(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(grDevices,chull)
importFrom(grDevices,rgb)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(lifecycle,badge)
importFrom(methods,slot)
importFrom(nls.multstart,nls_multstart)
importFrom(parallel,makePSOCKcluster)
importFrom(parallel,stopCluster)
importFrom(rnaturalearth,ne_countries)
importFrom(segmented,seg.control)
importFrom(segmented,segmented)
importFrom(segmented,slope)
importFrom(sf,st_as_sf)
importFrom(sf,st_coordinates)
importFrom(sf,st_distance)
importFrom(sf,st_geometry)
importFrom(sf,st_intersects)
importFrom(sf,st_linestring)
importFrom(sf,st_multilinestring)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(stars,st_as_stars)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stringr,str_replace_all)
importFrom(terra,app)
importFrom(terra,crop)
importFrom(terra,extract)
importFrom(terra,project)
importFrom(terra,vect)
importFrom(tibble,is_tibble)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)