sub-subset-plan-method: Replace Parts of a plan Object

[[<-,plan-methodR 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 i item.

...

Optional additional information (ignored).

value

The value to be placed into x, somewhere.


dankelley/plan documentation built on Aug. 20, 2023, 5:34 a.m.