Learn R Programming

HistDAWass (version 1.0.4)

plot-TdistributionH: 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 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".