summary.scanonevar prints out the loci in a scanonevar object
that exceed thresh. It is an S3 generic for summary(). It handles scanonevar
objects in both LOD units and empirical p value units.
# S3 method for scanonevar
summary(object, units = c("lod", "asymp.p",
"empir.p"), thresh, ...)the scanonevar object to be summarized
Which units should be used to summarise? 'lod', 'asymp.p', or 'empir.p'
the threshold over which (for LODs) or under which (for emprirical p values) a locus will be printed.
additional arguments controlling the summary
None. Only prints results to screen.
none