|
39 | 39 | #' @param as.table If `TRUE`, the default, the facets are laid out like
|
40 | 40 | #' a table with highest values at the bottom-right. If `FALSE`, the
|
41 | 41 | #' facets are laid out like a plot with the highest value at the top-right.
|
42 |
| -#' @param switch By default, the labels are displayed on the top and |
43 |
| -#' right of the plot. If `"x"`, the top labels will be |
44 |
| -#' displayed to the bottom. If `"y"`, the right-hand side |
45 |
| -#' labels will be displayed to the left. Can also be set to |
46 |
| -#' `"both"`. |
| 42 | +#' @param strip.position One or more of `"top"`, `"right"`, `"bottom"` and |
| 43 | +#' `"left"`, indicating where strips should be placed. When `NULL` (default), |
| 44 | +#' strips are placed on the top and on the right. |
47 | 45 | #' @param shrink If `TRUE`, will shrink scales to fit output of
|
48 | 46 | #' statistics, not raw data. If `FALSE`, will be range of raw data
|
49 | 47 | #' before statistical summary.
|
|
57 | 55 | #' default). If `TRUE`, margins are included for all faceting
|
58 | 56 | #' variables. If specified as a character vector, it is the names of
|
59 | 57 | #' variables for which margins are to be created.
|
| 58 | +#' @param switch `r lifecycle::badge("deprecated")` Please use |
| 59 | +#' `strip.position` instead. |
60 | 60 | #' @param facets `r lifecycle::badge("deprecated")` Please use `rows`
|
61 | 61 | #' and `cols` instead.
|
62 | 62 | #' @param axes Determines which axes will be drawn. When `"margins"`
|
|
0 commit comments