Skip to content

Commit

Permalink
BUG: in ba_svd doc
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Aug 30, 2024
1 parent 3c41b80 commit 4c76912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/multiscaleSVDxpts.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' @examples
#' avgU <- matrix(rnorm(100*50), nrow = 100, ncol = 50)
#' nc <- 10
#' u <- ba_svd(scale(avgU, T, T), nu = nc, nv = 0)$u
#' u <- ba_svd( avgU, nu = nc, nv = 0)$u
#' @export
ba_svd <- function(x, nu = min(nrow(x), ncol(x)), nv = min(nrow(x), ncol(x))) {
tryCatch(
Expand Down
2 changes: 1 addition & 1 deletion man/ba_svd.Rd

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

0 comments on commit 4c76912

Please sign in to comment.