-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
152 lines (151 loc) · 4.03 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# Generated by roxygen2: do not edit by hand
export("%>%")
export(addtreedim)
export(cleaninventory)
export(commercialcriteriajoin)
export(createcanopy)
export(directionalfellingsuccessdef)
export(felling1tree)
export(futurereserve)
export(getgeometry)
export(getmask)
export(harvestable)
export(harvestableareadefinition)
export(harvestablefuelwood)
export(inventorycheckformat)
export(loggingparameters)
export(loggingsimulation)
export(loggingsimulation1)
export(loggingsummary)
export(loggingsummary1)
export(maintrailextract)
export(mortalityunderpolygon)
export(rotatepolygon)
export(scenariosparameters)
export(secondtrailsadjusted)
export(secondtrailsopening)
export(selected)
export(st_temporaryintersection)
export(timberharvestedvolume)
export(treefelling)
export(treefromthesky)
export(treeselection)
importFrom(BIOMASS,computeAGB)
importFrom(BIOMASS,getWoodDensity)
importFrom(doSNOW,registerDoSNOW)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(fasterize,fasterize)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(gdistance,costDistance)
importFrom(gdistance,geoCorrection)
importFrom(gdistance,shortestPath)
importFrom(gdistance,transition)
importFrom(lwgeom,st_snap_to_grid)
importFrom(magrittr,"%>%")
importFrom(matlib,angle)
importFrom(methods,as)
importFrom(nngeo,st_ellipse)
importFrom(parallel,clusterExport)
importFrom(parallel,makePSOCKcluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(raster,"values<-")
importFrom(raster,adjacent)
importFrom(raster,aggregate)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,disaggregate)
importFrom(raster,extend)
importFrom(raster,extent)
importFrom(raster,extract)
importFrom(raster,focal)
importFrom(raster,mask)
importFrom(raster,ncell)
importFrom(raster,ncol)
importFrom(raster,raster)
importFrom(raster,rasterFromXYZ)
importFrom(raster,rasterToPoints)
importFrom(raster,rasterToPolygons)
importFrom(raster,rasterize)
importFrom(raster,res)
importFrom(raster,resample)
importFrom(raster,terrain)
importFrom(raster,values)
importFrom(rlang,.data)
importFrom(sf,"st_geometry<-")
importFrom(sf,as_Spatial)
importFrom(sf,sf_use_s2)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_as_text)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_combine)
importFrom(sf,st_contains)
importFrom(sf,st_convex_hull)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_difference)
importFrom(sf,st_distance)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersection)
importFrom(sf,st_intersects)
importFrom(sf,st_is_empty)
importFrom(sf,st_join)
importFrom(sf,st_make_valid)
importFrom(sf,st_multipolygon)
importFrom(sf,st_nearest_points)
importFrom(sf,st_point)
importFrom(sf,st_polygon)
importFrom(sf,st_sample)
importFrom(sf,st_set_agr)
importFrom(sf,st_set_crs)
importFrom(sf,st_set_precision)
importFrom(sf,st_sfc)
importFrom(sf,st_union)
importFrom(smoothr,smooth)
importFrom(sp,"coordinates<-")
importFrom(sp,"proj4string<-")
importFrom(sp,SpatialPoints)
importFrom(sp,coordinates)
importFrom(sp,proj4string)
importFrom(stats,median)
importFrom(stats,na.exclude)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(terra,as.polygons)
importFrom(terra,rast)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,unite)
importFrom(tidyr,unnest)
importFrom(tryCatchLog,tryLog)
importFrom(units,set_units)
importFrom(utils,combn)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)