View source: R/element_polygon.R
element_polygon | R Documentation |
Constructor for polygon theme elements.
element_polygon(
fill = NULL,
colour = NULL,
linewidth = NULL,
linetype = NULL,
linejoin = NULL,
lineend = NULL,
color = NULL,
inherit.blank = FALSE
)
fill |
A colour specification for the fill. |
colour |
A colour specification for the borders or lines. |
linewidth |
A |
linetype |
A |
linejoin |
One of the following strings: |
lineend |
One of the following strings: |
color |
Alias for the |
inherit.blank |
A |
Themes in vanilla ggplot2 do not contain polygons.
A list
with the class element_polygon
.
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.