ggplot2 (version 0.9.1)

benchplot: Benchmark plot creation time. Broken down into construct, build, render and draw times.

Description

Benchmark plot creation time. Broken down into construct, build, render and draw times.

Usage

benchplot(x)

Arguments

x
code to create ggplot2 plot

Examples

Run this code
benchplot(qplot(mpg, wt, data = mtcars))
benchplot(qplot(mpg, wt, data = mtcars) + facet_grid(.~ cyl))

Run the code above in your browser using DataCamp Workspace