getAutoFactorCol {Autotuner}R Documentation

getAutoFactorCol

Description

This function returns the character string stored within the 'factorCol' slot of the Autotuner Object

Usage

getAutoFactorCol(Autotuner)

Arguments

Autotuner

An AutoTuner object.

Value

The content of the factorCol slot

Examples

Autotuner <- readRDS(system.file("extdata/Autotuner.rds",
package="Autotuner"))
intensity <- getAutoFactorCol(Autotuner)

[Package Autotuner version 1.0.1 Index]