-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
100 lines (99 loc) · 2.46 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
# Generated by roxygen2: do not edit by hand
export(app)
export(as.annual)
export(as.daily)
export(as.decade)
export(as.deciles)
export(as.fd)
export(as.monthly)
export(as.precintcon.annual)
export(as.precintcon.daily)
export(as.precintcon.decade)
export(as.precintcon.deciles)
export(as.precintcon.fd)
export(as.precintcon.monthly)
export(as.precintcon.seasonal)
export(as.seasonal)
export(ci)
export(ci.per.year)
export(cv)
export(deciles)
export(ff.index)
export(limits)
export(pcd)
export(pci)
export(pci.seasonal)
export(pci.supraseasonal)
export(pcp)
export(pn)
export(pplot.ci)
export(pplot.deciles)
export(pplot.histogram)
export(pplot.lorenz)
export(pplot.pcd)
export(pplot.pci)
export(pplot.pcp)
export(pplot.pn)
export(pplot.rai)
export(pplot.spi)
export(precintcon.ci.analysis)
export(precintcon.ci.per.year.analysis)
export(precintcon.deciles.analysis)
export(precintcon.limits.analysis)
export(precintcon.pci.analysis)
export(precintcon.plot.deciles)
export(precintcon.plot.histogram)
export(precintcon.plot.lorenz)
export(precintcon.plot.pci)
export(precintcon.plot.pn)
export(precintcon.plot.rai)
export(precintcon.plot.spi)
export(precintcon.pn.analysis)
export(precintcon.rai.analysis)
export(precintcon.read.data)
export(precintcon.spi.analysis)
export(precintcon.spi.per.year.analysis)
export(precintcon.stat.analysis)
export(rai)
export(read.data)
export(spi)
export(spi.per.year)
export(stat)
export(tii)
export(trend.test)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,scale_color_hue)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_fill_hue)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylim)
importFrom(graphics,par)
importFrom(scales,date_breaks)
importFrom(scales,date_format)
importFrom(scales,percent_format)
importFrom(stats,aggregate)
importFrom(stats,pgamma)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,tail)