autoplot.bigobenchmark: Autoplot for bigobenchmark object

View source: R/bigobenchmark.R

autoplot.bigobenchmarkR Documentation

Autoplot for bigobenchmark object

Description

Autoplot for bigobenchmark object

Usage

autoplot.bigobenchmark(object)

Arguments

object

Value

A ggplot2 plot

Author(s)

Andrew Prokhorenkov

Examples

# Create plot for benchmarks
library(ggplot2)
bench <- bigobenchmark(1:n, for(i in 1:n) for(i in 1:n) 1:n, args=seq(from=1, to=100, length.out = 50))
autoplot(bench)


m0nhawk/bigobenchmark documentation built on July 31, 2024, 8:28 a.m.