[[<-,plan-method: Replace Parts of a plan Object
Description
Replace something within a plan object, avoiding using the "slot" notation.
Usage
# S4 method for plan
[[(x, i, j, ...) <- value
Arguments
- x
A plan object.
- i
The item to replace.
- j
Optional additional information on the i
item.
- ...
Optional additional information (ignored).
- value
The value to be placed into x
, somewhere.