Learn R Programming

RTL (version 0.1.8)

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 <- dplyr::tibble(date = seq.Date(Sys.Date()-1000, Sys.Date(),1),
  CL01 = c(rnorm(501,0,0.02),rnorm(500,0,0.01)))
distdescplot(x=x)
# }

Run the code above in your browser using DataLab