Concatenate SciDB arrays along one coordinate axis.
Usage
"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
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.