result: Access result vector of an 'ovariable'

Description Usage Arguments Details Value Author(s) Examples

View source: R/OVariable.r

Description

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

Usage

1
result(e1)

Arguments

e1

an ovariable

Details

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

Value

Returns a numeric vector

Author(s)

J. Tuomisto jouni.tuomisto@thl.fi

Examples

1
2
3
4
a <- Ovariable("a", output = data.frame(Result = 1))
result(a)
result(a) <- 10 * result(a)
a@output

OpasnetUtils documentation built on May 2, 2019, 12:39 p.m.