results<- | R Documentation |
Generic function
results(object)<-value
object |
Depending on the class of |
value |
Replacement value |
Generic Function
Depends on the class of object
, see individual methods
Simon Taylor Rebecca Killick
results<–methods
x=new("pcpt") # new pcpt object
results(x) = list(`1` = NULL, `2` = NULL)
result(x, 2) = 1 #assigns the number 1 to the second list item in results slot of x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.