powered by
distdescplot
Provides a summary of returns distribution
distdescplot(x = x)
Wide dataframe with date column and single series (univariate).
Multiple plots describing the distribution.
# 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