setAutoTime {Autotuner} | R Documentation |
This function fills the "time" slot within an Autotuner object.
setAutoTime(time, Autotuner)
time |
A list of numeric values representing time |
Autotuner |
An AutoTuner object. |
An Autotuner object with a filled time slot
Autotuner <- readRDS(system.file("extdata/Autotuner.rds", package="Autotuner")) time <- getAutoTime(Autotuner) Autotuner <- setAutoTime(time, Autotuner)