Description Usage Arguments Value Examples
Split a qlist into sublists by attribute
| 1 | 
| qlist | A qlist object | 
| by | A valid attribute name. Generally k or ind. Structure runs can take 
loci, burin, reps etc. Any attribute name returned by  | 
Returns a list of qlist objects
| 1 2 3 4 5 | sfiles <- list.files(path=system.file("files/structure",package="pophelper"), full.names=TRUE)
slist <- readQ(sfiles)
slist_2 <- splitQ(slist)
str(slist,max.level=0)
str(slist_2,max.level=1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.