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