Description Usage Arguments Examples
Strip intentionally-placed empty grobs from facet plot
1 | strip_empty(p, type = "24-2")
|
p |
1 2 3 4 5 6 | # Strip empty facets
g <- strip_empty(p)
# Next, plot grob object
grid::grid.newpage()
grid:: grid.draw(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.