plot-HTS: Method plot for a histogram time series

plot-HTSR Documentation

Method plot for a histogram time series

Description

An overloading plot function for a HTS object. The method returns a graphical representation of a histogram time series.

Usage

## S4 method for signature 'HTS'
plot(x, y = "missing", type = "VIOLIN", border = "black", maxno.perplot = 30)

Arguments

x

a distributionH object

y

not used in this implementation

type

(optional) a string describing the type of plot, default="BOXPLOT".
Other allowed types are
"VIOLIN"=a violin-plot representation,

border

(optional) a string the color of the border of the plot, default="black".

maxno.perplot

An integer (DEFAULT=30). Maximum number of timestamps per row. It allows a plot organized by rows, each row of the plot contains a max number of time stamps indicated by maxno.perplot.

Examples

plot(subsetHTS(RetHTS, from = 1, to = 10)) # plots RetHTS dataset
## Not run: 
plot(RetHTS, type = "BOXPLOT", border = "blue", maxno.perplot = 20)
plot(RetHTS, type = "VIOLIN", border = "blue", maxno.perplot = 20)
plot(RetHTS, type = "VIOLIN", border = "blue", maxno.perplot = 10)

## End(Not run)

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