Interpolates the sides of a rectangle.
element_rect_seq( fill = NULL, colour = NULL, size = NULL, linetype = NULL, color = NULL, inherit.blank = FALSE, fun = defer, n = 50, sides = "tblr" )
colour | Line/border colour. Color is an alias for colour. |
---|---|
size | Line/border size in mm; text size in pts. |
linetype | Line type. An integer (0:8), a name (blank, solid, dashed, dotted, dotdash, longdash, twodash), or a string with an even number (up to eight) of hexadecimal digits which give the lengths in consecutive positions in the string. |
color | Line/border colour. Color is an alias for colour. |
inherit.blank | Should this element inherit the existence of an
|
fun | A |
n | An |
sides | A |
x | A single number specifying size relative to parent element. |
lineend | Line end Line end style (round, butt, square) |
A list
of the class element_line_seq
element_rect_seq()#> List of 8 #> $ fill : NULL #> $ colour : NULL #> $ size : NULL #> $ linetype : NULL #> $ inherit.blank: logi FALSE #> $ fun :function (...) #> $ n : num 50 #> $ sides : Named logi [1:4] TRUE TRUE TRUE TRUE #> ..- attr(*, "names")= chr [1:4] "top" "left" "bottom" "right" #> - attr(*, "class")= chr [1:3] "element_rect_seq" "element_rect" "element"