|
15 | 15 | #'
|
16 | 16 | #' @param fill Fill colour.
|
17 | 17 | #' @param colour,color Line/border colour. Color is an alias for colour.
|
18 |
| -#' @param linewidth Line/border size in mm. |
| 18 | +#' @param linewidth,borderwidth Line/border size in mm. |
19 | 19 | #' @param size,fontsize text size in pts.
|
20 | 20 | #' @param arrow.fill Fill colour for arrows.
|
21 | 21 | #' @param inherit.blank Should this element inherit the existence of an
|
@@ -90,10 +90,10 @@ element_rect <- function(fill = NULL, colour = NULL, linewidth = NULL,
|
90 | 90 |
|
91 | 91 | #' @export
|
92 | 92 | #' @rdname element
|
93 |
| -#' @param linetype Line type. An integer (0:8), a name (blank, solid, |
94 |
| -#' dashed, dotted, dotdash, longdash, twodash), or a string with |
95 |
| -#' an even number (up to eight) of hexadecimal digits which give the |
96 |
| -#' lengths in consecutive positions in the string. |
| 93 | +#' @param linetype,bordertype Line type for lines and borders respectively. An |
| 94 | +#' integer (0:8), a name (blank, solid, dashed, dotted, dotdash, longdash, |
| 95 | +#' twodash), or a string with an even number (up to eight) of hexadecimal |
| 96 | +#' digits which give the lengths in consecutive positions in the string. |
97 | 97 | #' @param lineend Line end Line end style (round, butt, square)
|
98 | 98 | #' @param arrow Arrow specification, as created by [grid::arrow()]
|
99 | 99 | element_line <- function(colour = NULL, linewidth = NULL, linetype = NULL,
|
@@ -160,13 +160,6 @@ element_text <- function(family = NULL, face = NULL, colour = NULL,
|
160 | 160 | #' @param ink Foreground colour.
|
161 | 161 | #' @param paper Background colour.
|
162 | 162 | #' @param accent Accent colour.
|
163 |
| -#' @param linewidth,borderwidth Linewidth for plain lines and outlines |
164 |
| -#' respectively in mm. |
165 |
| -#' @param linetype,bordertype Line type for plain lines and outlines |
166 |
| -#' respectively. An integer (0:8), a name (blank, solid, |
167 |
| -#' dashed, dotted, dotdash, longdash, twodash), or a string with |
168 |
| -#' an even number (up to eight) of hexadecimal digits which give the |
169 |
| -#' lengths in consecutive positions in the string. |
170 | 163 | #' @param pointsize Size for points in mm.
|
171 | 164 | #' @param pointshape Shape for points (1-25).
|
172 | 165 | #' @export
|
|
0 commit comments