[[<-,Itempool,numeric,missing-method | R Documentation |
Itempool
objects.Set the elements of an Itempool
objects.
## S4 replacement method for signature 'Itempool,numeric,missing'
x[[i, j]] <- value
x |
|
i |
indices specifying elements to extract or replace. |
j |
This will not be used in |
value |
An |
An updated Itempool-class
object.
Emre Gonulates
item1 <- item(a = 1.12, b = -2.1, c = 0.28)
item2 <- item(a = 2, b = 3.2, c = 0.21)
ip <- c(item1, item2)
item3 <- item(a = 1, b = -.2, c = 0.4)
ip[[2]] <- item3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.