pophelper (version 2.3.0)

joinQ: Combine two or more qlist objects into one

Description

Combine two or more qlist objects

Usage

joinQ(...)

Arguments

...

Two or more qlist objects separated by comma (,)

Value

A joined qlist object

Examples

Run this code
# NOT RUN {
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)
length(tlist)
length(jlist)

# }

Run the code above in your browser using DataLab