+.locus | R Documentation |
locus
objectsAn overload of the +
operator for locus
objects that
results in the creation of an offspring locus
.
## S3 method for class 'locus'
e1 + e2
e1 |
A |
e2 |
A |
A new locus
object that represents an offspring
genotype.
Rodney J. Dyer rjdyer@vcu.edu
dad <- locus( c("A", "A") )
mom <- locus( c("B", "B") )
off <- mom + dad
off
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.