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