-
Notifications
You must be signed in to change notification settings - Fork 177
/
NAMESPACE
56 lines (55 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
export(ArrowLines)
export(AxisInDollars)
export(AxisInPercent)
export(BG)
export(Braces)
export(CCP)
export(CT2DF)
export(ChiSquareTail)
export(MosaicPlot)
export(PlotWLine)
export(boxPlot)
export(buildAxis)
export(calc_streak)
export(contTable)
export(densityPlot)
export(dlsegments)
export(dotPlot)
export(dotPlotStack)
export(edaPlot)
export(fadeColor)
export(histPlot)
export(lab_report)
export(linResPlot)
export(lmPlot)
export(loop)
export(lsegments)
export(makeTube)
export(myPDF)
export(myPNG)
export(normTail)
export(openintro_cols)
export(qqnormsim)
export(scale_color_openintro)
export(scale_fill_openintro)
export(treeDiag)
export(write_pkg_data)
import(airports)
import(cherryblossom)
import(usdata)
importFrom(ggplot2,discrete_scale)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rgb)
importFrom(graphics,axis)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(readr,write_csv)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(tibble,tibble)