A plot function for a TdistributionH
object. The function returns a representation
of the histogram.
# S4 method for TdistributionH
plot(x, type = "HISTO", col = "green", border = "black")
a TdistributionH
object
(optional) a string describing the type of plot, default="HISTO".
Other allowed types are
"CDF"=Cumulative distribution function,
"QF"= quantile function,
"DENS"=a density approximation,
"HBOXPLOT"=horizontal boxplot,
"VBOXPLOT"= vertical boxplot,
(optional) a string the color of the plot, default="green".
(optional) a string the color of the border of the plot, default="black".