benchplot
From ggplot2 v3.0.0
by Hadley Wickham
Benchmark plot creation time. Broken down into construct, build, render and draw times.
Benchmark plot creation time. Broken down into construct, build, render and draw times.
- Keywords
- internal
Usage
benchplot(x)
Arguments
- x
code to create ggplot2 plot
Examples
# NOT RUN {
benchplot(ggplot(mtcars, aes(mpg, wt)) + geom_point())
benchplot(ggplot(mtcars, aes(mpg, wt)) + geom_point() + facet_grid(. ~ cyl))
# }
Community examples
Looks like there are no examples yet.