Skip to content
Snippets Groups Projects
Commit d2602457 authored by Francesco Sabatini's avatar Francesco Sabatini
Browse files

Adjusted loop on combo selection at nround >1

parent 2f3b7410
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ Mesobromion <- function(species.path, traits.path, output, myfunction="get.corXY
nall <- length(allcomb.t)
} else {
best.split <- as.numeric(unlist(strsplit(best, "_")))
max.inter.t <- nround-1
max.inter.t <- nround-length(best.split)
#n.traits <- ncol(traits)
list.traits <- as.numeric(traits.sign.alone)
list.traits <- list.traits[-which(list.traits %in% best.split)] ## list of remaining traits without best
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment