Combine two or more qlist objects
joinQ(...)
... | Two or more qlist objects separated by comma (,) |
---|
A joined qlist object
slist <- readQ(list.files(path=system.file("files/structure",package="pophelper"), full.names=TRUE)) tlist <- readQ(list.files(path=system.file("files/tess",package="pophelper"), full.names=TRUE)) jlist <- joinQ(slist,tlist) length(slist)#> [1] 17#> [1] 21#> [1] 38