| totmar {qtl} | R Documentation |
Determine the total number of markers
Description
Determine the total number of markers in a cross or map object.
Usage
totmar(object)
Arguments
object |
An object of class |
Value
The total number of markers in the input.
Author(s)
Karl W Broman, broman@wisc.edu
See Also
read.cross, plot.cross,
summary.cross,
nind,
nchr,
nmar,
nphe
Examples
data(fake.f2)
totmar(fake.f2)
map <- pull.map(fake.f2)
totmar(map)
[Package qtl version 1.66 Index]