This repository has been archived by the owner on Apr 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
86 lines (85 loc) · 2.12 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
# Generated by roxygen2: do not edit by hand
export(AreaCalc)
export(CO2Calc)
export(FragStatsCalc)
export(LossCalc)
export(aggregation.index)
export(area_stats_seq)
export(calcFragStats_seq)
export(co2_calc_seq)
export(coverratio)
export(createGrid)
export(downloadGFW)
export(funTrendsDir)
export(funTrendsSig)
export(getTM)
export(loss_calc_seq)
export(makeGFWGrid)
export(prepTC)
export(shape.index)
export(statsGRASS)
import(raster)
import(sf)
import(sp)
importFrom(SDMTools,ConnCompLabel)
importFrom(SDMTools,PatchStat)
importFrom(SDMTools,as.asc)
importFrom(SDMTools,asc.from.raster)
importFrom(SDMTools,asc.from.sp)
importFrom(curl,has_internet)
importFrom(dplyr,bind_cols)
importFrom(dplyr,left_join)
importFrom(exactextractr,exact_extract)
importFrom(igraph,V)
importFrom(igraph,clusters)
importFrom(igraph,graph)
importFrom(igraph,graph.edgelist)
importFrom(methods,as)
importFrom(parallel,mclapply)
importFrom(raster,Which)
importFrom(raster,addLayer)
importFrom(raster,area)
importFrom(raster,brick)
importFrom(raster,clump)
importFrom(raster,crop)
importFrom(raster,extent)
importFrom(raster,freq)
importFrom(raster,nlayers)
importFrom(raster,projection)
importFrom(raster,raster)
importFrom(raster,rasterToPolygons)
importFrom(raster,reclassify)
importFrom(raster,res)
importFrom(raster,stack)
importFrom(raster,values)
importFrom(raster,xres)
importFrom(raster,yres)
importFrom(rgrass7,execGRASS)
importFrom(rgrass7,initGRASS)
importFrom(sf,st_area)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_crs)
importFrom(sf,st_difference)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_transform)
importFrom(sf,st_write)
importFrom(sp,GridTopology)
importFrom(sp,SpatialGrid)
importFrom(sp,proj4string)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stringr,str_remove)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,as_tibble)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(tidyr,unite)
importFrom(trend,sens.slope)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,write.csv)