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