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