Skip to content

Commit

Permalink
add minimum documentation for plotNMDS
Browse files Browse the repository at this point in the history
  • Loading branch information
thpral committed May 30, 2024
1 parent a18fc40 commit 9d3edf2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
10 changes: 10 additions & 0 deletions R/plotNDMS.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#' Wrapper for scater::plotReducedDim()
#'
#' @param x a
#' \code{\link[SummarizedExperiment:SummarizedExperiment-class]{SummarizedExperiment}}
#' object.
#'
#' @name plotNMDS
NULL

#' @rdname plotNMDS
#' @export
plotNMDS <- function(x, ..., ncomponents = 2){
plotReducedDim(x, ncomponents = ncomponents, dimred = "NMDS", ...)
Expand Down
16 changes: 16 additions & 0 deletions man/plotNMDS.Rd

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

0 comments on commit 9d3edf2

Please sign in to comment.