Description Usage Arguments Value Examples
View source: R/Autotuner-class.R
This function is designed to return the list intensities obtained from applying the sliding window analysis to the raw data stored within an AutoTuner object.
1 |
Autotuner |
An AutoTuner object. |
The content of the intensity slot
1 2 3 | Autotuner <- readRDS(system.file("extdata/Autotuner.rds",
package="Autotuner"))
intensity <- getAutoIntensity(Autotuner)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.