Description Usage Arguments Examples
Print information about genotypes and corresponding phenotypes.
1 2 |
x |
an obbject of class |
... |
further arguments passed to or from other methods |
1 2 3 4 | MendelsPeas <- newGenopheno(nloci = 1, alleleNames = list(c('Y', 'y')))
MendelsPeas <- setPhenotypes(MendelsPeas, 'colour', 'Y_', 'yellow')
MendelsPeas <- setPhenotypes(MendelsPeas, 'colour', 'yy', 'green')
MendelsPeas
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.