-
Notifications
You must be signed in to change notification settings - Fork 17
/
NAMESPACE
111 lines (110 loc) · 2.95 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
# Generated by roxygen2: do not edit by hand
export(AGBmonteCarlo)
export(attributeTree)
export(attributeTreeCoord)
export(bilinear_interpolation)
export(cacheManager)
export(cachePath)
export(checkPlotCoord)
export(check_plot_coord)
export(computeAGB)
export(computeE)
export(computeFeldRegion)
export(correctCoordGPS)
export(correctTaxo)
export(createCache)
export(cutPlot)
export(divide_plot)
export(getBioclimParam)
export(getTaxonomy)
export(getWoodDensity)
export(latlong2UTM)
export(modelHD)
export(numberCorner)
export(predictHeight)
export(retrieveH)
export(subplot_summary)
export(summaryByPlot)
importFrom(data.table,"%between%")
importFrom(data.table,"%chin%")
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,between)
importFrom(data.table,chmatch)
importFrom(data.table,data.table)
importFrom(data.table,first)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,is.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDF)
importFrom(data.table,setDT)
importFrom(data.table,setcolorder)
importFrom(data.table,setkey)
importFrom(data.table,setnames)
importFrom(data.table,tstrsplit)
importFrom(ggplot2,aes)
importFrom(ggplot2,arrow)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,unit)
importFrom(grDevices,terrain.colors)
importFrom(graphics,axis)
importFrom(graphics,grid)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(methods,is)
importFrom(minpack.lm,nls.lm.control)
importFrom(minpack.lm,nlsLM)
importFrom(rappdirs,user_data_dir)
importFrom(sf,st_multipoint)
importFrom(sf,st_polygon)
importFrom(sf,st_sfc)
importFrom(stats,SSmicmen)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,dist)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(terra,buffer)
importFrom(terra,extract)
importFrom(terra,rast)
importFrom(terra,vect)
importFrom(utils,askYesNo)
importFrom(utils,data)
importFrom(utils,download.file)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,unzip)