-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
40 lines (39 loc) · 858 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(is.empty,character)
S3method(is.empty,data.frame)
S3method(is.empty,default)
S3method(is.empty,factor)
S3method(is.empty,list)
S3method(is.empty,matrix)
S3method(is.empty,vector)
export(Comparison)
export(MonteCarlo)
export(Pca)
export(Volcano)
export(bb)
export(cite_package)
export(ema)
export(fib)
export(is.empty)
export(macd)
export(mom)
export(monte_carlo)
export(printCapture)
export(roc)
export(rsi)
export(sma)
export(stat_bollingerbands)
export(stat_candlestick)
export(stat_macd)
export(stat_movingaverages)
export(stat_shade_ranges)
export(theme_dereck_dark)
export(theme_dereck_light)
export(to.data.frame)
export(valueCoordinates)
import(data.table)
import(ggplot2)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,'%+replace%')
useDynLib(dmplot, .registration=TRUE)