powered by
Generate conditional probability table for mendelian segregation.
mendel(allele, names = c("child", "father", "mother"))
A character vector.
Names of columns in dataframe.
# NOT RUN { ## Inheritance of the alleles "y" and "g" men <- mendel( c("y","g"), names = c("ch", "fa", "mo") ) men # }
Run the code above in your browser using DataLab