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