plot-TdistributionH: plot for a TdistributionH object

plot-TdistributionHR 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 TdistributionH object

type

(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,

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".


HistDAWass documentation built on Sept. 26, 2022, 5:06 p.m.