getAutoTime: getAutoTime

Description Usage Arguments Value Examples

View source: R/Autotuner-class.R

Description

This function returns the list of numerics stored within the 'time' slot of the Autotuner Object

Usage

1

Arguments

Autotuner

An AutoTuner object.

Value

The content of the time slot

Examples

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

Autotuner documentation built on Nov. 8, 2020, 5:59 p.m.