BDData-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 'BDData'
show(object)

Arguments

object

BDData object to show

Slots

data

a list or MD5 hash of the data.

type

a character string indicating whether the data slot contains the 'data' or a 'md5hash' of the data.

Author(s)

Patrick Kimes


[Package SummarizedBenchmark version 2.2.3 Index]