benchplot {ggplot2} | R Documentation |
Benchmark plot creation time. Broken down into construct, build, render and draw times.
benchplot(x)
x |
code to create ggplot2 plot |
benchplot(qplot(mpg, wt, data = mtcars)) benchplot(qplot(mpg, wt, data = mtcars) + facet_grid(.~ cyl))