genotype.list {MasterBayes} | R Documentation |
Creates a list
of genotype
objects from a matrix
or data.frame
of multilocus genotypes.
genotype.list(G, ...)
G |
matrix or data.frame of multilocus genotypes with individuals down the rows and loci across columns. Adjacent columns are taken to be the same locus |
... |
further arguments to be passed |
list of genotype
objects for all loci
Jarrod Hadfield j.hadfield@sheffield.ac.uk
genotype
data(WarblerG) G<-genotype.list(WarblerG) summary(G[[1]])