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