plot-TdistributionH {HistDAWass} | R Documentation |
plot for a TdistributionH object
Description
A plot function for a TdistributionH
object. The function returns a representation
of the histogram.
Usage
## S4 method for signature 'TdistributionH'
plot(x, type = "HISTO", col = "green", border = "black")
Arguments
x |
a |
type |
(optional) a string describing the type of plot, default="HISTO". |
col |
(optional) a string the color of the plot, default="green". |
border |
(optional) a string the color of the border of the plot, default="black". |
[Package HistDAWass version 1.0.8 Index]