Methods for the FBM.code256 class

Accessor method for class FBM.code256.

# S4 method for FBM.code256,ANY,ANY,ANY
[(x, i, j, ..., drop = TRUE)

Arguments

x

A FBM.code256.

i

A vector of indices (or nothing). You can use positive and negative indices, logical indices (that are recycled) and also a matrix of indices (but only positive ones).

j

A vector of indices (or nothing). You can use positive and negative indices, logical indices (that are recycled).

...

Not used. Just to make nargs works.

drop

Whether to delete the dimensions of a matrix which have one dimension equals to 1.