setAutoPeaks: setAutoPeaks

Description Usage Arguments Value Examples

View source: R/Autotuner-class.R

Description

This function fills the peaks slot within an Autotuner object.

Usage

1

Arguments

peaks

A list of numeric values representing peaks

Autotuner

An AutoTuner object.

Value

An Autotuner object with a filled peaks slot

Examples

1
2
3
4
Autotuner <- readRDS(system.file("extdata/Autotuner.rds",
package="Autotuner"))
peaks <- getAutoPeaks(Autotuner)
Autotuner <- setAutoPeaks(peaks, Autotuner)

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