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