Description Usage Arguments Value Author(s) Examples
Print selected genotypes, optionally calling out a locus
| 1 2 3 | ## S3 method for class 'genalex'
printGenotype(x, rows = 1:nrow(x), callout.locus = NULL,
  sep = " ", allele.sep = "/", callout.char = "*", label = NULL, ...)
 | 
| x | An annotated data frame of class  | 
| rows | The specific rows of  | 
| callout.locus | One or more loci on  | 
| sep | Separator character to be used between loci | 
| allele.sep | Separator character to be used between alleles | 
| callout.char | Character which surrounds loci specified by
 | 
| label | Label to be included between the sample and population ID columns and the genotype columns in output | 
| ... | Additional arguments, currently ignored | 
No specific return value, used for its side effect of printing genotypes.
Douglas G. Scofield
| 1 2 | data(Qagr_adult_genotypes)
printGenotype(Qagr_adult_genotypes, rows = 6:8, callout.locus = "1c08")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.