Skip to content

Commit 66a75ed

Browse files
Kirill Müllerrasmusab
Kirill Müller
authored andcommitted
add "none" to documentation of theme() for parameter legend.position
Fixes tidyverse#829
1 parent 316dcc5 commit 66a75ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/theme.r

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ print.theme <- function(x, ...) str(x)
114114
#' (\code{element_text}; inherits from \code{title}) \cr
115115
#' legend.title.align \tab alignment of legend title
116116
#' (number from 0 (left) to 1 (right)) \cr
117-
#' legend.position \tab the position of legends.
118-
#' ("left", "right", "bottom", "top", or two-element
117+
#' legend.position \tab the position of legends
118+
#' ("none", "left", "right", "bottom", "top", or two-element
119119
#' numeric vector) \cr
120120
#' legend.direction \tab layout of items in legends
121121
#' ("horizontal" or "vertical") \cr

0 commit comments

Comments
 (0)