Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Aug 3, 2024
1 parent 4e058db commit 6bb61dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion R/layout-stack-.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
#'
#' `ggstack` is an alias of `layout_stack`.
#'
#' @inheritParams layout_heatmap
#' @param data A numeric or character vector, a data frame, or a matrix.
#' @param direction A string of `"horizontal"` or `"vertical"`, indicates the
#' direction of the stack layout.
#' @param labels,labels_nudge Default `labels`/`labels_nudge` for axis
#' parallelly with the layout.
#' @param rel_sizes A numeric or [unit][grid::unit] object of length `3`
#' indicates the relative widths (`direction = "vertical"`) / heights
#' (`direction = "vertical"`).
#' @inheritParams layout_heatmap
#' @return A `LayoutStack` object.
#' @export
layout_stack <- function(data, direction = NULL,
Expand Down
4 changes: 1 addition & 3 deletions man/layout_stack.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6bb61dc

Please sign in to comment.