Skip to content

Commit a835207

Browse files
authored
Add missing US spellings for “scale_grey” (#4299)
1 parent ed2f8e8 commit a835207

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

R/zxx.r

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,16 @@ scale_color_stepsn <- scale_colour_stepsn
170170
#' @usage NULL
171171
scale_color_grey <- scale_colour_grey
172172

173+
#' @export
174+
#' @rdname scale_grey
175+
#' @usage NULL
176+
scale_color_gray <- scale_colour_grey
177+
178+
#' @export
179+
#' @rdname scale_grey
180+
#' @usage NULL
181+
scale_fill_gray <- scale_fill_grey
182+
173183
#' @export
174184
#' @rdname scale_hue
175185
#' @usage NULL

0 commit comments

Comments
 (0)