setAutoIntensity {Autotuner}R Documentation

setAutoIntensity

Description

This function fills the "intensity" slot within an Autotuner object.

Usage

setAutoIntensity(intensity, Autotuner)

Arguments

intensity

A list of numeric values representing intensity

Autotuner

An AutoTuner object.

Value

An Autotuner object with a filled intensity slot

Examples

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

[Package Autotuner version 1.0.1 Index]