Skip to content

Commit

Permalink
adding ... argument documentation to print method
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkrishnan committed Jun 25, 2024
1 parent 3a37324 commit 064f9b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/class_definitions.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ linkage_summary <- setClass(
#' Prints a summary of a domino object
#'
#' @param x A domino object
#' @param ... Additional arguments to be passed to other methods
#' @return A printed description of the number of cells and clusters in the domino object
#' @export
#' @examples
Expand Down
2 changes: 2 additions & 0 deletions man/print-domino-method.Rd

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

0 comments on commit 064f9b8

Please sign in to comment.