Learn R Programming

qtl (version 1.44-9)

nind: Determine the number of individuals QTL experiment

Description

Determine the number of individuals in cross object.

Usage

nind(object)

Arguments

object

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

Value

The number of individuals in the input cross object.

See Also

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

Examples

Run this code
# NOT RUN {
data(fake.f2)
nind(fake.f2)
# }

Run the code above in your browser using DataLab