Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Jan 11, 2025
1 parent 908ee44 commit 1b2f8c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion R/fortify-upset.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ fortify_upset <- function(data, mode = "distinct", ...) {
UseMethod("fortify_upset")
}

#' @inheritParams rlang::args_dots_empty
#' @inherit fortify_upset
#' @param data A list of sets.
#' @param ... Not used.
#' @inheritParams fortify_upset
#' @section ggalign attributes:
#' - `intersection_sizes`: An integer vector indicating the size of each
#' intersection.
Expand Down Expand Up @@ -115,6 +116,7 @@ fortify_upset.list <- function(data, mode = "distinct", ...) {
)
}

#' @inheritParams rlang::args_error_context
#' @inherit fortify_upset.list
#' @param data A matrix where each row represents an element, and each column
#' defines a set. The values in the matrix indicate whether the element is
Expand Down
2 changes: 1 addition & 1 deletion man/fortify_upset.list.Rd

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

2 changes: 1 addition & 1 deletion man/fortify_upset.matrix.Rd

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

0 comments on commit 1b2f8c7

Please sign in to comment.