View source: R/pick_individual.R
pick_individual | R Documentation |
The function picks an individual from a population from certain supplied level.
pick_individual(pop,cross,family,individual)
pop |
Required: an input population |
cross |
Optional: the cross level to be select from |
family |
Optional: the family level to be select from |
individual |
Required: an individual to be selected |
A haplotype object of the selected individuals
individual_1 = pick_individual(pop1,2,1,3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.