print.segRatio function

Print segregation ratios

Print segregation ratios

Prints an object of S3 class segRatio

## S3 method for class 'segRatio' print(x, digits=3, ..., index = c(1:min(10,length(x$r))) )

Arguments

  • x: object of class segRatio
  • digits: minimal number of significant digits, see print.default
  • index: which rows of the marker matrix and segregation proportions to print. (Default: c(1:10))
  • ``: extra parameters passed on to print function

Returns

None.

Author(s)

Peter Baker p.baker1@uq.edu.au

Note

Objects of class segRatio may be produced from a matrix of markers by employing the function segregationRatios

See Also

segRatio, segregationRatios, print,print.default

Examples

## generate autopolyploid markers a1 <- sim.autoMarkers(4,c(0.8,0.2),n.markers=20,n.individuals=10) print(class(a1$seg.ratios)) print(a1$seg.ratios)
  • Maintainer: Peter Baker
  • License: GPL-3
  • Last published: 2018-03-22

Useful links