Learn R Programming

qtl (version 0.92-3)

c.cross: Combine data for QTL experiments

Description

Concatenate the data for multiple QTL experiments.

Usage

c.cross(...)

Arguments

...
A set of objects of class cross. See read.cross for details. These must all be of the same cross type, with the same phenotypes and the same chromosomes and markers.

Value

  • The concatenated input, as a cross object.

See Also

subset.cross

Examples

Run this code
data(fake.f2)
junk <- fake.f2
junk <- c(fake.f2,junk)

Run the code above in your browser using DataLab