-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNAMESPACE
80 lines (79 loc) · 1.57 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
# Generated by roxygen2: do not edit by hand
export(EIR)
export(EPS)
export(SFRatio)
export(Sharpe.ratio)
export(bdy)
export(bdy2mmy)
export(candlestickChart)
export(cash.ratio)
export(coefficient.variation)
export(cogs)
export(current.ratio)
export(ddb)
export(debt.ratio)
export(diluted.EPS)
export(discount.rate)
export(ear)
export(ear.continuous)
export(ear2bey)
export(ear2hpr)
export(financial.leverage)
export(fv)
export(fv.annuity)
export(fv.simple)
export(fv.uneven)
export(geometric.mean)
export(get.ohlc.google)
export(get.ohlc.yahoo)
export(get.ohlcs.google)
export(get.ohlcs.yahoo)
export(gpm)
export(harmonic.mean)
export(hpr)
export(hpr2bey)
export(hpr2ear)
export(hpr2mmy)
export(irr)
export(irr2)
export(iss)
export(lineChart)
export(lineChartMult)
export(lt.d2e)
export(mmy2hpr)
export(n.period)
export(npm)
export(npv)
export(pmt)
export(pv)
export(pv.annuity)
export(pv.perpetuity)
export(pv.simple)
export(pv.uneven)
export(quick.ratio)
export(r.continuous)
export(r.norminal)
export(r.perpetuity)
export(sampling.error)
export(slde)
export(total.d2e)
export(twrr)
export(volumeChart)
export(was)
export(wpr)
importFrom(RCurl,getURL)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(reshape2,melt)
importFrom(stats,uniroot)
importFrom(utils,read.csv)