Description Usage Arguments Value Examples
View source: R/Autotuner-class.R
This function fills the "time" slot within an Autotuner object.
1 |
time |
A list of numeric values representing time |
Autotuner |
An AutoTuner object. |
An Autotuner object with a filled time slot
1 2 3 4 | Autotuner <- readRDS(system.file("extdata/Autotuner.rds",
package="Autotuner"))
time <- getAutoTime(Autotuner)
Autotuner <- setAutoTime(time, Autotuner)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.