Improved global variable handling
This commit is contained in:
parent
f8ca66f827
commit
a21d247040
2 changed files with 3 additions and 2 deletions
|
|
@ -9,7 +9,8 @@
|
|||
#' @param logml logml
|
||||
#' @param COUNTS COUNTS
|
||||
#'
|
||||
laskeMuutokset4 <- function (osuus, osuusTaulu, omaFreqs, logml, COUNTS) {
|
||||
laskeMuutokset4 <- function (osuus, osuusTaulu, omaFreqs, logml,
|
||||
COUNTS = matrix(0)) {
|
||||
npops <- dim(COUNTS)[3]
|
||||
notEmpty <- osuusTaulu > 0.005
|
||||
muutokset <- zeros(npops)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue