BDMethod-class {SummarizedBenchmark}R Documentation

BDMethod class

Description

Container for individual methods to be compared as part of a BenchDesign object.

Usage

## S4 method for signature 'BDMethod'
show(object)

Arguments

object

BDMethod object to show

Slots

f

a function to be benchmarked

fc

a captured expression of the function f

params

a list of quosures specifying function parameters

post

a list of functions to be applied to the output of f

meta

a list of meta data

Author(s)

Patrick Kimes


[Package SummarizedBenchmark version 2.2.1 Index]