setAutoPeak_table: setAutoPeak_table

Description Usage Arguments Value Examples

View source: R/Autotuner-class.R

Description

This function fills the peak_table slot within an Autotuner object.

Usage

1

Arguments

peak_table

A data.frame representing peak_table

Autotuner

An AutoTuner object.

Value

An Autotuner object with a filled peak_table slot

Examples

1
2
3
4
Autotuner <- readRDS(system.file("extdata/Autotuner.rds",
package="Autotuner"))
peak_table <- getAutoPeak_table(Autotuner)
Autotuner <- setAutoPeak_table(peak_table, Autotuner)

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