Learn R Programming

OpasnetUtils (version 1.3)

result: Access result vector of an ovariable

Description

A shortcut to the Result column of the data.frame in the output slot of an ovariable.

Usage

result(e1)

Arguments

Value

Returns a numeric vector

Details

See also: http://en.opasnet.org/

Examples

Run this code
a <- Ovariable("a", output = data.frame(Result = 1))
result(a)
result(a) <- 10 * result(a)
a@output

Run the code above in your browser using DataLab