View source: R/summary.cross.R
nmar | R Documentation |
Determine the number of markers on each chromosome in a cross or map object.
nmar(object)
object |
An object of class |
A vector with the numbers of markers on each chromosome in the input.
Karl W Broman, broman@wisc.edu
read.cross
, plot.cross
,
summary.cross
,
nind
,
nchr
,
totmar
,
nphe
data(fake.f2)
nmar(fake.f2)
map <- pull.map(fake.f2)
nmar(map)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.