meiosis | R Documentation |
Take a diploid individual and generate gamete
meiosis(dip)
dip |
A vector encoding the genotype of a diploid individual (0,1,2). |
A vector encoding the genotype of a haploid individual (0,1).
dip<-rbinom(1000,2,0.5)
meiosis(dip)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.