-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·114 lines (113 loc) · 2.81 KB
/
Copy pathNAMESPACE
File metadata and controls
executable file
·114 lines (113 loc) · 2.81 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Generated by roxygen2: do not edit by hand
export(CohenKappa)
export(LCZareas)
export(LCZlevelToOrderedString)
export(addMissingRSUs)
export(aggregateRSUsByLCZ)
export(areColors)
export(barplotLCZaLocation)
export(checkColnameCase)
export(checkDirSlash)
export(compareLCZ)
export(compareMultipleLCZ)
export(completeDT)
export(computeConsensus)
export(concatAllLocsWorkflows)
export(concatAlocationWorkflows)
export(concatIntersectedLocations)
export(confidSensib)
export(createIntersect)
export(createMultipleMatConf)
export(drawChordDiagram)
export(drawSectors)
export(fetchLCZ)
export(groupLCZ)
export(groupLCZsuffix)
export(importLCZgc)
export(importLCZraster)
export(importLCZvect)
export(importLCZvectFromFile)
export(importLCZvectFromSf)
export(importQualVar)
export(intersectAlocation)
export(levCol)
export(loadConcatAllLocsAllWfs)
export(loadMultipleLocsSfs)
export(loadMultipleSfs)
export(makeSectorsAndGroups)
export(matConfLCZ)
export(matConfLCZGlob)
export(matConfPlot)
export(plotSankeyfiedLCZ)
export(plotSummarisedRSUs)
export(prepareSankeyLCZ)
export(produceAnalysis)
export(showLCZ)
export(showStandardLCZ)
export(standLevCol)
export(summariseRSUs)
export(workflowAgreeAreas)
import(RColorBrewer)
import(data.table)
import(forcats)
import(ggnewscale)
import(ggplot2)
import(ggsankeyfier)
import(ggspatial)
import(grDevices)
import(methods)
import(patchwork)
import(sf)
import(units)
import(utils)
importFrom(caret,dummyVars)
importFrom(circlize,chordDiagram)
importFrom(circlize,circos.clear)
importFrom(circlize,circos.text)
importFrom(circlize,circos.track)
importFrom(circlize,get.cell.meta.data)
importFrom(circlize,highlight.sector)
importFrom(collapse,fselect)
importFrom(collapse,unlist2d)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(forcats,fct_na_value_to_level)
importFrom(forcats,fct_recode)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_sf)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guides)
importFrom(grDevices,col2rgb)
importFrom(grDevices,palette.colors)
importFrom(graphics,par)
importFrom(magrittr,"%>%")
importFrom(randomcoloR,randomColor)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_transform)
importFrom(shades,complement)
importFrom(stats,median)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(terra,as.polygons)
importFrom(terra,crop)
importFrom(terra,rast)
importFrom(tidyr,crossing)
importFrom(tidyr,drop_na)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)