View source: R/element_rect_seq.R
element_rect_seq | R Documentation |
Interpolates the sides of a rectangle.
element_rect_seq(
fill = NULL,
colour = NULL,
linewidth = NULL,
linetype = NULL,
color = NULL,
inherit.blank = FALSE,
fun = defer,
n = 50,
sides = "tblr"
)
colour , color |
Line/border colour. Color is an alias for colour. |
linewidth |
Line/border size in mm. |
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. |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.