Description Usage Arguments Value Author(s) Examples
Return genotype data for specified populations from an object of class
genalex, in an object of class genalex.
1 2 | ## S3 method for class 'genalex'
getPopulation(x, pop, ...)
|
x |
An annotated data frame of class |
pop |
The names of one or more populations for which |
... |
Additional arguments, currently ignored |
An object of class genalex containing genotype data
from x for populations specified in code. Attributes
are re-calculated so that the return value is a valid object of class
genalex, and the "data.file.name" attribute is updated
to reflect the action of this function.
Douglas G. Scofield
1 2 3 | data(Qagr_pericarp_genotypes)
nm <- getPopulation(Qagr_pericarp_genotypes, "L0031")
nm
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.