Description Usage Arguments Author(s) Examples
View source: R/round_facet_border.R
Round rectangle border of facet. A swap function of ggfun
1 | round_facet_border(p, r = 0.2)
|
r |
the radius of the rounded corners, a |
Zhonghui Gai
1 2 | p <- ggplot(mpg, aes(displ, cty)) + geom_point() + facet_grid(cols = vars(cyl))
round_facet_border(p, r = 0.25)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.