Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'scanoneboot':
plot(x, \dots)
"scanoneboot"
, as output by
scanoneboot
.hist
when it
is called.scanoneboot
. Genetic marker locations are
displayed by vertical lines at the bottom of the plot.scanone
,
summary.scanoneboot
data(fake.f2)
fake.f2 <- calc.genoprob(fake.f2, step=1)
out.boot <- scanoneboot(fake.f2, chr=13, method="hk")
out.boot <- scanoneboot(fake.f2, chr=13, method="hk", n.boot=50)
summary(out.boot)
plot(out.boot)
Run the code above in your browser using DataLab