summary.DataSet {IOHanalyzer} | R Documentation |
S3 generic summary operator for DataSet
Description
S3 generic summary operator for DataSet
Usage
## S3 method for class 'DataSet'
summary(object, ...)
Arguments
object |
A DataSet object |
... |
Arguments passed to other methods |
Value
A summary of the DataSet containing both function-value and runtime based statistics.
Examples
summary(dsl[[1]])
[Package IOHanalyzer version 0.1.8.10 Index]