facet_rep_grid {lemon} | R Documentation |
Repeat axis lines and labels across all facet panels
Description
facet_grid
and facet_wrap
, but
with axis lines and labels preserved on all panels.
Usage
facet_rep_grid(..., repeat.tick.labels = FALSE)
facet_rep_wrap(..., scales = "fixed", repeat.tick.labels = FALSE)
Arguments
... |
Arguments used for |
repeat.tick.labels |
When |
scales |
As for |
Details
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.
[Package lemon version 0.4.9 Index]