Skip to content

Commit 2c597cb

Browse files
committed
Added links to element_* under @Seealso.
For improved navigation in help, I have added links to element_line, element_rect and element_text to the @Seealso section. I also added element_blank for completeness.
1 parent ae175ae commit 2c597cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

R/theme.r

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ print.theme <- function(x, ...) str(x)
177177
#' @seealso \code{\link{+.gg}}
178178
#' @seealso \code{\link{\%+replace\%}}
179179
#' @seealso \code{\link{rel}}
180+
#' @seealso \code{\link{element_blank}}
181+
#' @seealso \code{\link{element_line}}
182+
#' @seealso \code{\link{element_rect}}
183+
#' @seealso \code{\link{element_text}}
180184
#' @export
181185
#' @examples
182186
#' \donttest{

0 commit comments

Comments
 (0)