-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·94 lines (93 loc) · 1.68 KB
/
Copy pathNAMESPACE
File metadata and controls
executable file
·94 lines (93 loc) · 1.68 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
# Generated by roxygen2: do not edit by hand
export(KorcakPlot1)
export(KorcakPlot2)
export(KorcakPlot2_100m)
export(PCMareaWidth)
export(PCMwidth)
export(areaVolumeHysteresisPlot)
export(basinStats)
export(contributingAreaHysteresisPlot)
export(doubleContribFracPlot)
export(findClosestPointToOutlet)
export(findFarthest)
export(findLargestPondCentroid)
export(findOutlet)
export(fitdegree2)
export(fitdegree3)
export(fracBelowPour)
export(getWaterPatches)
export(ggplotBasinAreaWidth)
export(ggplotBasinWidth)
export(graphPCMPonds)
export(hysteresis)
export(interleave)
export(korcak)
export(largestWaterPatchVolume)
export(loop1AreaVolumePlot)
export(loop1ContribFracPlot)
export(loop2ContribFracPlot)
export(mePlot)
export(measureBasins)
export(measureWaterPatches)
export(plotPCMcontribLoop1)
export(plotRisingLimbROF)
export(plot_contrib_frac_vs_depth)
export(rasterWaterConnectivity)
export(remove_roads)
export(totalAreaVolume)
export(total_area_volume_patchcount)
export(trapint)
export(volumeAreaSequence)
export(waterPatchElevation)
export(waterPatchVolume)
export(waterPatchVolumeFortran)
export(zengaPlot)
import(RColorBrewer)
import(RSAGA)
import(geosphere)
import(ggplot2)
import(grid)
import(import)
import(ismev)
import(raster)
import(reshape2)
import(rgdal)
import(stringr)
importFrom(SDMTools,
ConnCompLabel,
PatchStat,
read.asc
)
importFrom(fExtremes,
pgpd,
rgpd
)
importFrom(graphics,
hist,
lines,
plot,
points,
polygon,
text
)
importFrom(igraph,
E,
V,
delete_edges,
graph,
simplify
)
importFrom(ineq,Lc)
importFrom(raster,
as.matrix,
cellStats,
mask,
raster
)
importFrom(stats,sd)
importFrom(utils,
read.csv,
read.table,
type.convert,
write.csv
)