Skip to content

Commit

Permalink
WIP: update dox
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Aug 31, 2024
1 parent 4c76912 commit f2582d2
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/multiscaleSVDxpts.R
Original file line number Diff line number Diff line change
Expand Up @@ -3855,6 +3855,7 @@ simlr <- function(
names(bestV)=names(voxmats)
for ( k in 1:length(voxmats)) {
rownames(bestV[[k]])=colnames(voxmats[[k]])
colnames(bestV[[k]])=paste0("PC",1:ncol(bestV[[k]]))
}

energyPath <- na.omit(energyPath)
Expand Down
132 changes: 132 additions & 0 deletions docs/reference/ba_svd.html

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

0 comments on commit f2582d2

Please sign in to comment.