Fixes to documentation
This commit is contained in:
parent
4810df7fb9
commit
17282c423a
3 changed files with 15 additions and 6 deletions
|
|
@ -10,9 +10,8 @@
|
|||
#' @param SUMCOUNTS SUMCOUNTS
|
||||
#' @export
|
||||
poistaLiianPienet <- function (npops, rowsFromInd, alaraja,
|
||||
PARTITION = matrix(NA, 0, 0), COUNTS = matrix(NA, 0, 0),
|
||||
SUMCOUNTS = NA) {
|
||||
|
||||
PARTITION = matrix(NA, 0, 0), COUNTS = matrix(NA, 0, 0),
|
||||
SUMCOUNTS = NA) {
|
||||
popSize <- zeros(1,npops)
|
||||
if (npops > 0) {
|
||||
for (i in 1:npops) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue