plot(subsetHTS(RetHTS, from = 1, to = 10)) # plots RetHTS dataset
if (FALSE) {
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)
}
Run the code above in your browser using DataLab