joinQ: Combine two or more qlist objects into one

Description Usage Arguments Value Examples

View source: R/qlist.R

Description

Combine two or more qlist objects

Usage

1

Arguments

...

Two or more qlist objects separated by comma (,)

Value

A joined qlist object

Examples

1
2
3
4
5
6
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)

royfrancis/pophelper documentation built on Jan. 1, 2021, 4:58 p.m.