Concatenate SciDB arrays along one coordinate axis.
Usage
## S3 method for class 'scidbdf':
c(x,y,`eval`=FALSE)
Arguments
x
A scidbdf object.
y
A scidbdf object with the same attribute pattern as x.
eval
(Optional) If true, execute the query. Otherwise defer evaluation.
Value
A scidbdf reference object.
Details
Concatenate the SciDB arrays along their single dimension. The output array
will include the entries of array y below the entries of x.
The input arrays must have the same number of attributes and attribute types.