[[,plan-method {plan}R Documentation

Extract Something From a plan Object

Description

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

Usage

## S4 method for signature '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).


[Package plan version 0.4-5 Index]