print.segRatio {polySegratio} | R Documentation |
Prints an object of S3 class segRatio
## S3 method for class 'segRatio'
print(x, digits=3, ..., index = c(1:min(10,length(x$r))) )
x |
object of class |
digits |
minimal number of |
index |
which rows of the marker matrix and segregation proportions to print. (Default: c(1:10)) |
... |
extra parameters passed on to |
None.
Objects of class segRatio
may be produced from
a matrix
of markers by
employing the function segregationRatios
Peter Baker p.baker1@uq.edu.au
segRatio
, segregationRatios
,
print
,print.default
## 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)