Learn R Programming

qtl (version 1.70)

nphe: Determine the number of phenotypes QTL experiment

Description

Determine the number of phenotypes in cross object.

Usage

nphe(object)

Value

The number of phenotypes in the input cross object.

Arguments

object

An object of class cross. See read.cross for details.

Author

Karl W Broman, broman@wisc.edu

See Also

read.cross, plot.cross, summary.cross, nmar, nchr, totmar, nind

Examples

Run this code
data(fake.f2)
nphe(fake.f2)

Run the code above in your browser using DataLab