task.accessors: Set of methods to access the slots of a TaskOutput object

task.accessorsR Documentation

Set of methods to access the slots of a TaskOutput object

Description

getExp returns the experiment from a Task object

getOut returns the output from a Task object

Usage

getExp(obj)

getOut(obj, index = NULL)

Arguments

obj

a TaskOutput object

index

integer, the index of the output to get. If NULL the entire list is retrived.

obj

a Task object.

Value

the Experiment

the output from a Task object


GiBacci/expR documentation built on Oct. 15, 2022, 12:15 a.m.