Learn R Programming

plan (version 0.4-5)

[[,plan-method: Extract Something From a plan Object

Description

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

Usage

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