@@ -22,6 +22,7 @@ class_gtable <- S7::new_S3_class("gtable")
22
22
# ' @param validate A boolean value stating whether a theme should still be
23
23
# ' validated.
24
24
# '
25
+ # ' @keywords internal
25
26
# ' @export
26
27
class_theme <- S7 :: new_class(
27
28
" theme" , class_S3_gg ,
@@ -46,6 +47,7 @@ class_theme <- S7::new_class(
46
47
# '
47
48
# ' @param labels A named list.
48
49
# '
50
+ # ' @keywords internal
49
51
# ' @export
50
52
class_labels <- S7 :: new_class(
51
53
" labels" , parent = class_S3_gg ,
@@ -75,6 +77,7 @@ class_labels <- S7::new_class(
75
77
# ' @param x A list of quosures and constants.
76
78
# ' @param env An environment for symbols that are not quosures or constants.
77
79
# '
80
+ # ' @keywords internal
78
81
# ' @export
79
82
class_mapping <- S7 :: new_class(
80
83
" mapping" , parent = class_S3_gg ,
@@ -104,6 +107,7 @@ class_mapping <- S7::new_class(
104
107
# ' @param labels A labels object created by [`labs()`].
105
108
# ' @param plot_env An environment.
106
109
# '
110
+ # ' @keywords internal
107
111
# ' @export
108
112
class_ggplot <- S7 :: new_class(
109
113
name = " ggplot" , parent = class_gg ,
@@ -150,6 +154,7 @@ class_ggplot <- S7::new_class(
150
154
# ' @param layout A Layout ggproto object.
151
155
# ' @param plot A completed ggplot class object.
152
156
# '
157
+ # ' @keywords internal
153
158
# ' @export
154
159
class_ggplot_built <- S7 :: new_class(
155
160
" ggplot_built" ,
0 commit comments