extract-methods: Extract parts of a distributed object.

Description Usage Arguments

Description

Extract parts of a distributed object.

Usage

1
2
## S4 method for signature 'DObject'
x[i, j,...,drop=TRUE]

Arguments

x

The distributed object to get the parts of.

i

The row index or indices to extract with.

j

The column index or indices to extract with.

...

Other args.

drop

If TRUE, vectorizable results will become vectors.


ddR documentation built on May 29, 2017, 6:52 p.m.