theme_rect {ggplot2} | R Documentation |
This element draws a rectangular box
theme_rect(fill = NA, colour = "black", size = 0.5, linetype = 1)
fill |
fill colour |
colour |
border color |
size |
border size |
linetype |
border linetype |
This is most often used for backgrounds and borders
Hadley Wickham <h.wickham@gmail.com>
rectGrob
for underlying grid function