reorderMicrobenchmarkResults: Reorder microbenchmark Results

View source: R/reorderMicrobenchmarkResults.R

reorderMicrobenchmarkResultsR Documentation

Reorder microbenchmark Results

Description

Reorder microbenchmark results

Usage

reorderMicrobenchmarkResults(res, order = "median")

rmr(res, order = "median")

Arguments

res

An object returned from 'microbenchmark::microbenchmark'

order

An option character variable selecting a column to order on, defaults to 'median'

Details

The lovely 'microbenchmark' package returns its result is a simple structure with 'factor' variable which it leaves unordered. The printed as well as plotted results become a little more expressive if an order is added, which this helper function does.

'rmr' can be used as a shorter alias

Value

A modified version of 'res' with an ordering by 'order'


eddelbuettel/dang documentation built on June 29, 2024, 4:43 a.m.