-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
NAMESPACE
51 lines (50 loc) · 1.36 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
# Generated by roxygen2: do not edit by hand
S3method(ggplot_add,easy_labs)
export(.all_element_text)
export(.all_theme_els)
export(easy_add_legend_title)
export(easy_adjust_legend)
export(easy_all_text_color)
export(easy_all_text_colour)
export(easy_all_text_size)
export(easy_caption_size)
export(easy_center_title)
export(easy_change_legend)
export(easy_change_text)
export(easy_labs)
export(easy_legend_at)
export(easy_legend_size)
export(easy_legend_title_size)
export(easy_move_legend)
export(easy_plot_caption_size)
export(easy_plot_legend_size)
export(easy_plot_legend_title_size)
export(easy_plot_subtitle_size)
export(easy_plot_title_size)
export(easy_remove_axes)
export(easy_remove_gridlines)
export(easy_remove_legend)
export(easy_remove_legend_title)
export(easy_remove_x_axis)
export(easy_remove_x_gridlines)
export(easy_remove_y_axis)
export(easy_remove_y_gridlines)
export(easy_rotate_labels)
export(easy_rotate_legend)
export(easy_rotate_x_labels)
export(easy_rotate_y_labels)
export(easy_subtitle_size)
export(easy_text_color)
export(easy_text_colour)
export(easy_text_size)
export(easy_title_bold)
export(easy_title_plain)
export(easy_title_regular)
export(easy_title_size)
export(easy_x_axis_labels_size)
export(easy_x_axis_title_size)
export(easy_y_axis_labels_size)
export(easy_y_axis_title_size)
import(ggplot2)
importFrom(stats,setNames)
importFrom(utils,modifyList)