-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
122 lines (121 loc) · 3.28 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Generated by roxygen2: do not edit by hand
S3method("[[",jaspGraphsPlot)
S3method("[[<-",jaspGraphsPlot)
S3method(getAxisBreaks,gg)
S3method(getAxisBreaks,ggplot)
S3method(getAxisBreaks,ggplot_built)
S3method(getAxisBreaks,list)
S3method(getPrettyAxisBreaks,character)
S3method(getPrettyAxisBreaks,default)
S3method(getPrettyAxisBreaks,factor)
S3method(getPrettyAxisBreaks,numeric)
S3method(ggMatrixPlot,default)
S3method(ggMatrixPlot,list)
S3method(ggMatrixPlot,matrix)
S3method(length,jaspGraphsPlot)
S3method(names,jaspGraphsPlot)
S3method(needsParsing,character)
S3method(needsParsing,data.frame)
S3method(needsParsing,factor)
S3method(parseThis,character)
S3method(parseThis,factor)
S3method(plot,jaspGraphs)
S3method(plot,jaspGraphsPlot)
S3method(print,jaspGraphs)
S3method(print,jaspGraphsPlot)
export(.graphOptions)
export(GeomAbline2)
export(GeomAlignedText)
export(GeomRangeFrame)
export(JASPScatterPlot)
export(JASPcolors)
export(PlotPriorAndPosterior)
export(PlotRobustnessSequential)
export(axesLabeller)
export(descriptivesPlot)
export(drawAxis)
export(drawBFpizza)
export(drawLines)
export(drawPoints)
export(drawSmooth)
export(geom_abline2)
export(geom_aligned_text)
export(geom_line)
export(geom_point)
export(geom_rangeframe)
export(getAxisBreaks)
export(getBFSubscripts)
export(getEmptyTheme)
export(getGraphOption)
export(getPrettyAxisBreaks)
export(ggMatrixPlot)
export(graphOptions)
export(hypothesis2BFtxt)
export(is.jaspGraphsPlot)
export(jaspHistogram)
export(needsParsing)
export(parseThis)
export(plotEditing)
export(plotEditingOptions)
export(plotPieChart)
export(plotQQnorm)
export(scale_JASPcolor_continuous)
export(scale_JASPcolor_discrete)
export(scale_JASPfill_continuous)
export(scale_JASPfill_discrete)
export(scale_x_continuous)
export(scale_y_continuous)
export(setGraphOption)
export(themeApaRaw)
export(themeJasp)
export(themeJaspRaw)
export(themePubrRaw)
importFrom(ggplot2,.pt)
importFrom(ggplot2,ScaleContinuousPosition)
importFrom(ggplot2,aes)
importFrom(ggplot2,continuous_scale)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,coord_polar)
importFrom(ggplot2,discrete_scale)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,is.ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,layer)
importFrom(ggplot2,layer_scales)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,unit)
importFrom(ggplot2,waiver)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(grid,gList)
importFrom(grid,gTree)
importFrom(grid,gpar)
importFrom(grid,segmentsGrob)
importFrom(grid,unit)
importFrom(grid,unit.c)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(gtable,gtable_add_cols)
importFrom(gtable,gtable_add_grob)
importFrom(gtable,gtable_add_padding)
importFrom(gtable,gtable_add_rows)
importFrom(rlang,.data)
importFrom(scales,censor)