Skip to content

Commit 7775e32

Browse files
Tidied up docstrings (defined separate line for @param text,title)
1 parent d1187b3 commit 7775e32

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

R/theme_af.R

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
#' @param base_size base font size, given in pts.
66
#' @param base_line_size base size for line elements.
77
#' @param base_rect_size base size for rect elements.
8-
#' @param grid,axis,ticks,text,title 'x', 'y', 'xy' or 'none' to determine for which axes
8+
#' @param grid,axis,ticks 'x', 'y', 'xy' or 'none' to determine for which axes
99
#' the attribute should be drawn. Grid defaults to 'y', axis to 'x', and ticks
10-
#' to 'xy'. Text defaults to 'xy', as does title
10+
#' to 'xy'.
1111
#' @param legend 'right', 'left', 'top', 'bottom', or 'none' to determine the
1212
#' position of the legend. Defaults to 'right'.
1313
#'
14+
#' @param text,title 'x', 'y', 'xy' or 'none' to determine whether text and/or titles should be displayed.
15+
#' Text defaults to 'xy', as does title
16+
#'
1417
#' @returns ggplot2 plot theme
1518
#'
1619
#' @examples

0 commit comments

Comments
 (0)