print.testSegRatio {polySegratio} | R Documentation |
Prints an object of S3 class testSegRatio
## S3 method for class 'testSegRatio': print(x, ..., last = 10)
x |
object of class testSegRatio |
last |
prints from 1 to last segregation ratio tests
(Default: 10) |
... |
extra printing options |
None
Peter Baker p.baker1@uq.edu.au
segRatio
, segregationRatios
,
test.segRatio
## simulated data a <- sim.autoMarkers(ploidy = 8, c(0.7,0.2,0.09,0.01)) ac <- test.segRatio(a$seg.ratios, ploidy=8, method="chi.squared") print(ac)