Skip to content

Commit 34b35ed

Browse files
committed
supersede facet_wrap(as.table)
1 parent 192973b commit 34b35ed

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

R/facet-wrap.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ NULL
4545
#' the exterior axes get labels, and the interior axes get none. When
4646
#' `"all_x"` or `"all_y"`, only draws the labels at the interior axes in the
4747
#' x- or y-direction respectively.
48+
#' @param as.table `r lifecycle::badge("superseded")` The `as.table` argument
49+
#' is now absorbed into the `dir` argument via the two letter options.
50+
#' If `TRUE`, the facets are laid out like a table with highest values at the
51+
#' bottom-right. If `FALSE`, the facets are laid out like a plot with the
52+
#' highest value at the top-right.
4853
#'
4954
#' @section Layer layout:
5055
#' The [`layer(layout)`][layer()] argument in context of `facet_wrap()` can take

man/facet_wrap.Rd

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)