# NOT RUN {
if (requireNamespace("ggplot2")) {
tm <- microbenchmark(rchisq(100, 0),
rchisq(100, 1),
rchisq(100, 2),
rchisq(100, 3),
rchisq(100, 5), times=1000L)
ggplot2::autoplot(tm)
}
# }
Run the code above in your browser using DataLab