Skip to content

Commit

Permalink
Update rc.merge.clusters.R
Browse files Browse the repository at this point in the history
  • Loading branch information
cbroeckl committed Dec 12, 2023
1 parent 5a341d2 commit 89e72ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/rc.merge.clusters.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ rc.merge.split.clusters <- function(
# 0.99888

# collapse feature dataset into spectrum dataset
data1 <- ramclustObj$MSdata
wts<-colMeans(data1[], na.rm = TRUE)
ramclustObj$SpecAbund<-matrix(nrow=nrow(data1), ncol=max(clus))
for (ro in 1:nrow(ramclustObj$SpecAbund)) {
Expand Down

0 comments on commit 89e72ba

Please sign in to comment.