Create object of class mpcrossMapped
mpcrossMapped(cross, map, rf = NULL)An object of class mpcross
A genetic map, formatted as in the qtl package.
Optional recombination fraction data. Leave as NULL if there is no such data.
An object of class mpcrossMapped, constructed from the arguments.
This function constructs an object of class mpcrossMapped representing a multi-parent population with a map. It takes in an object of class mpcross, a genetic map, and optional recombination fraction data.