print.genopheno: Print information about genotypes and corresponding...

Description Usage Arguments Examples

View source: R/output.R

Description

Print information about genotypes and corresponding phenotypes.

Usage

1
2
## S3 method for class 'genopheno'
print(x, ...)

Arguments

x

an obbject of class genopheno

...

further arguments passed to or from other methods

Examples

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

JanEngelstaedter/peas documentation built on May 5, 2019, 1:33 a.m.