Changed default npops to 3 (#24)
This commit is contained in:
parent
58a5e5a2fd
commit
c3b8da0012
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
#' greedyMix(data, "baps")
|
#' greedyMix(data, "baps")
|
||||||
#' } # TEMP: unwrap once #24 is resolved
|
#' } # TEMP: unwrap once #24 is resolved
|
||||||
greedyMix <- function(
|
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,
|
counts = NULL, sumcounts = NULL, max_iter = 100L, alleleCodes = NULL,
|
||||||
inp = NULL, popnames = NULL, fixedK = FALSE, verbose = FALSE
|
inp = NULL, popnames = NULL, fixedK = FALSE, verbose = FALSE
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ greedyMix(
|
||||||
data,
|
data,
|
||||||
format = gsub("^.*\\\\.", "", data),
|
format = gsub("^.*\\\\.", "", data),
|
||||||
partitionCompare = NULL,
|
partitionCompare = NULL,
|
||||||
npops = 1L,
|
npops = 3L,
|
||||||
counts = NULL,
|
counts = NULL,
|
||||||
sumcounts = NULL,
|
sumcounts = NULL,
|
||||||
max_iter = 100L,
|
max_iter = 100L,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue