show {HistDAWass} | R Documentation |
Method show for distributionH
Description
An overriding show function for a distributionH
object. The function returns a representation
of the histogram, if the number of bins is high the central part of the histogram is truncated.
Usage
## S4 method for signature 'distributionH'
show(object)
Arguments
object |
a |
Examples
## ---- initialize a distributionH
mydist <- distributionH(x = c(7, 8, 10, 15), p = c(0, 0.2, 0.7, 1))
# show the histogram
mydist
[Package HistDAWass version 1.0.8 Index]