Improved printing (#25)
This commit is contained in:
parent
177685b6a2
commit
44e418f838
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ indMix <- function(c, npops, counts = NULL, sumcounts = NULL, max_iter = 100L, d
|
||||||
muutoksia <- 0
|
muutoksia <- 0
|
||||||
|
|
||||||
if (dispText) {
|
if (dispText) {
|
||||||
message(paste("Performing steps:", as.character(roundTypes)))
|
message("Performing steps: ", paste(roundTypes, collapse = " "))
|
||||||
}
|
}
|
||||||
|
|
||||||
for (n in seq_along(roundTypes)) {
|
for (n in seq_along(roundTypes)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue