BDData-class {SummarizedBenchmark} | R Documentation |
Container for individual methods to be compared as part of a BenchDesign object.
## S4 method for signature 'BDData' show(object)
object |
BDData object to show |
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.
Patrick Kimes