[[<-,plan-method {plan} | R Documentation |
Replace Parts of a plan Object
Description
Replace something within a plan object, avoiding using the "slot" notation.
Usage
## S4 replacement method for signature 'plan'
x[[i, j, ...]] <- value
Arguments
x |
A plan object. |
i |
The item to replace. |
j |
Optional additional information on the |
... |
Optional additional information (ignored). |
value |
The value to be placed into |
[Package plan version 0.4-5 Index]