-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
57 lines (56 loc) · 1.4 KB
/
NAMESPACE
File metadata and controls
57 lines (56 loc) · 1.4 KB
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
# Generated by roxygen2: do not edit by hand
export(.defaultPlotParameter)
export(addLabels)
export(addTimeAxis)
export(appropriateLimits)
export(args_text)
export(args_yaxis)
export(arrange_in_pdf)
export(arrange_in_png)
export(bestRowColumnSetting)
export(cmToUserWidthAndHeight)
export(demo.adj)
export(demo_theme_properties)
export(drawBoxplot)
export(example_plot)
export(example_plot_2)
export(generic_barplot)
export(getCurrentLimits)
export(getPlotRegionSizeInCm)
export(getPlotRegionSizeInInches)
export(getPlotRegionSizeInPixels)
export(getPlotRegionSizeInUserCoords)
export(ggplot_text_lines)
export(inLimits)
export(mybarplot)
export(niceLabels)
export(output_to_png)
export(plotLevelFrequencies)
export(plotRain)
export(plot_all_to_pdf)
export(plot_curve_area)
export(plot_curve_areas_gg)
export(plot_variable)
export(preview_themes)
export(setMargins)
export(set_labels)
export(set_subtitles)
export(set_titles)
export(set_xlabs)
export(stackplot)
export(userCoordinatesToLimits)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_reverse)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(kwb.utils,shorten)
importFrom(rlang,.data)