
Last chance! 50% off unlimited learning
Sale ends in
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