result | R Documentation |
Generic function
result(object, index)
object |
Depending on the class of |
index |
Single positive integer giving chain index. |
Generic Function
Depends on the calss of object
, see individual methods
Simon Taylor Rebecca Killick
result-methods
x = new("pcpt") # new pcpt object
results(x) = list(`1` = NULL, `2` = NULL)
result(x, 2) # retrieves the the second listed item from the results slot from x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.