getAutoIntensity: getAutoIntensity

Description Usage Arguments Value Examples

View source: R/Autotuner-class.R

Description

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.

Usage

1

Arguments

Autotuner

An AutoTuner object.

Value

The content of the intensity slot

Examples

1
2
3
Autotuner <- readRDS(system.file("extdata/Autotuner.rds",
package="Autotuner"))
intensity <- getAutoIntensity(Autotuner)

crmclean/AutoTuner documentation built on Jan. 29, 2021, 4:48 p.m.