Skip to content

Commit

Permalink
Changed default npops to 3 (#24)
Browse files Browse the repository at this point in the history
wleoncio committed Apr 10, 2024
1 parent 58a5e5a commit c3b8da0
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/greedyMix.R
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
#' greedyMix(data, "baps")
#' } # TEMP: unwrap once #24 is resolved
greedyMix <- function(
data, format = gsub("^.*\\.", "", data), partitionCompare = NULL, npops = 1L,
data, format = gsub("^.*\\.", "", data), partitionCompare = NULL, npops = 3L,
counts = NULL, sumcounts = NULL, max_iter = 100L, alleleCodes = NULL,
inp = NULL, popnames = NULL, fixedK = FALSE, verbose = FALSE
) {
2 changes: 1 addition & 1 deletion man/greedyMix.Rd

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

0 comments on commit c3b8da0

Please sign in to comment.