We're Pastie to be Grill You

# S4 method for class 'fwdControl,ANY,ANY,ANY'
x[i, j]

# S4 method for class 'fwdControl,ANY,ANY,vector'
x[i, j, k, ...] <- value

# S4 method for class 'fwdControl,ANY,ANY,ANY'
x[i, j, k, ...] <- value

# S4 method for class 'fwdControl'
x$name

# S4 method for class 'fwdControl,vector'
x$name <- value

# S4 method for class 'fwdControl,AsIs'
x$name <- value

Arguments

x

A fwdControl object

i

Row of both target and iters

j

Third dimenions of iters

k

The replacement.

...

Some things.

value

Replacement value

name

Column name of target or value column of iters.