Learn R Programming

RTL (version 0.1.5)

distdescplot: distdescplot

Description

Provides a summary of returns distribution

Usage

distdescplot(x = x)

Arguments

x

Wide dataframe with date column and single series (univariate).

Value

Multiple plots describing the distribution.

Examples

Run this code
# NOT RUN {
x <- dflong %>% dplyr::filter(series=="CL01")
x <- returns(df=x,retType="rel",period.return=1,spread=TRUE)
x <- rolladjust(x=x,commodityname=c("cmewti"),rolltype=c("Last.Trade"))
distdescplot(x=x)
# }

Run the code above in your browser using DataLab