Description Usage Arguments Details Value Author(s) Examples
A shortcut to the Result column of the data.frame
in the output slot of an ovariable
.
1 | result(e1)
|
e1 |
an |
See also: http://en.opasnet.org/
Returns a numeric
vector
J. Tuomisto jouni.tuomisto@thl.fi
1 2 3 4 | a <- Ovariable("a", output = data.frame(Result = 1))
result(a)
result(a) <- 10 * result(a)
a@output
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.