Displaying 1 result from an estimated 1 matches for "minbin".
Did you mean:
winbin
2007 Jul 15
1
Pairlist of pairlsit assembly howto
Hy guys,
I'm trying something like this
minbins <- list()
for (minute in sequence(3)) {
minbins[minute] <- list(data="a",variable="b")
}
And it doesn't work ...
Warning messages:
1: number of items to replace is not a multiple of replacement length in:
minbins[minute] <- list(data = "a", varia...