Learn R Programming

timeit (version 0.2.1)

determine_replications: Replication Helper

Description

This function is used to infer an appropriate number of replications in timeit.

Usage

determine_replications(call, interval, base = 1e+06)

Arguments

call
the call.
interval
the timing interval as passed from timeit.
base
the base number of replications to use.