Skip to contents

Extract something from a plan object, avoiding using the "slot" notation.

Usage

# S4 method for class 'plan'
x[[i, j, ...]]

Arguments

x

A plan object.

i

The item to extract.

j

Optional additional information on the i item.

...

Optional additional information (ignored).