getAutoTime {Autotuner} | R Documentation |
This function returns the list of numerics stored within the 'time' slot of the Autotuner Object
getAutoTime(Autotuner)
Autotuner |
An AutoTuner object. |
The content of the time slot
Autotuner <- readRDS(system.file("extdata/Autotuner.rds", package="Autotuner")) intensity <- getAutoTime(Autotuner)