totmar: Determine the total number of markers

View source: R/summary.cross.R

totmarR 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 cross (see read.cross for details) or map (see sim.map for details).

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)

qtl documentation built on Nov. 28, 2023, 1:09 a.m.