Plots a general distribution of the number of unique haplotypes in a
PHGDataSet
object.
Usage
plotHaploDist(object, ...)
# S4 method for class 'PHGDataSet'
plotHaploDist(object, drop = FALSE)
Arguments
- object
a
PHGDataSet
object- ...
Additional arguments, for use in specific methods
- drop
Do you want unused unique count bins to be plotted? Defaults to
TRUE
.