facet_rep_grid | R Documentation |
facet_grid
and facet_wrap
, but
with axis lines and labels preserved on all panels.
facet_rep_grid(..., repeat.tick.labels = FALSE)
facet_rep_wrap(..., scales = "fixed", repeat.tick.labels = FALSE)
... |
Arguments used for |
repeat.tick.labels |
When |
scales |
As for |
These two functions are extensions to facet_grid
and facet_wrap
that keeps axis lines, ticks, and
optionally tick labels across all panels.
Examples are given in the vignette "Repeat axis lines on facet panels" vignette.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.