-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
98 lines (97 loc) · 2.58 KB
/
NAMESPACE
File metadata and controls
98 lines (97 loc) · 2.58 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
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
# Generated by roxygen2: do not edit by hand
export(BEC2IC)
export(DBHClassifier)
export(DIB_ICalculator)
export(HegyiCICalculator)
export(PHFCalculator)
export(SIInBC)
export(UTM_Convertor)
export(annualGrowthRateCalculator)
export(appendedCat)
export(areaProportion)
export(biomassCalculator)
export(boundaryTreeFlag_mirage)
export(boundaryTreeFlag_walkthrough)
export(checkLD_remeas)
export(checkMissing_remeas)
export(checkSize_remeas)
export(convertSI2SI)
export(getSpatial)
export(heightEstimateForBTOP_D)
export(heightEstimateForBTOP_H)
export(lm_group)
export(merge_dupUpdate)
export(randomStemMapping)
export(standardizeSpeciesName)
export(stemMapping)
export(stemMappingExtension)
export(stemMappingExtension_square)
export(taperCoeffsGenerator)
export(taperImplementor)
export(treeProfile)
export(treeVolCalculator)
export(treeVolume)
export(walkThroughFlag_field)
export(walkThroughPins)
exportMethods(lm_group)
exportMethods(standardizeSpeciesName)
importFrom(data.table,':=')
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(data.table,setkey)
importFrom(data.table,setnames)
importFrom(data.table,shift)
importFrom(dplyr,'%>%')
importFrom(dplyr,case_when)
importFrom(dplyr,left_join)
importFrom(dplyr,summarise)
importFrom(fpCompare,"%!=%")
importFrom(fpCompare,"%<<%")
importFrom(fpCompare,"%<=%")
importFrom(fpCompare,"%==%")
importFrom(fpCompare,"%>=%")
importFrom(fpCompare,"%>>%")
importFrom(fpCompare,'%!=%')
importFrom(fpCompare,'%<<%')
importFrom(fpCompare,'%<=%')
importFrom(fpCompare,'%==%')
importFrom(fpCompare,'%>=%')
importFrom(fpCompare,'%>>%')
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,theme)
importFrom(raster,crop)
importFrom(raster,crs)
importFrom(raster,extract)
importFrom(raster,getValues)
importFrom(raster,mask)
importFrom(raster,raster)
importFrom(raster,stack)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_cast)
importFrom(sf,st_combine)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_difference)
importFrom(sf,st_intersection)
importFrom(sf,st_polygon)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(sp,SpatialPointsDataFrame)
importFrom(sp,coordinates)
importFrom(sp,spTransform)
importFrom(spatstat.random,rpoint)
importFrom(stats,lm)
importFrom(stringr,str_split)