is.BenchDesign {SummarizedBenchmark} | R Documentation |
Check whether an object is a BenchDesign.
is.BenchDesign(x)
x |
object to test |
Logical whether object is a BenchDesign
Patrick Kimes
## with toy data.frame df <- data.frame(x1 = rnorm(20), y1 = rnorm(20)) bd <- BenchDesign(df) ## check if actually BenchDesign is.BenchDesign(bd)