powered by
ovariable
A shortcut to the Result column of the data.frame in the output slot of an ovariable.
data.frame
result(e1)
an ovariable
Returns a numeric vector
numeric
See also: http://en.opasnet.org/
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