Rdocumentation
powered by
Learn R Programming
scidb (version 1.1-2)
subarray: Low-level SciDB subarray operator
Description
Return a new SciDB subarray object.
Usage
subarray(x, limits, schema, between=FALSE, `eval`=FALSE)
Arguments
x
A
scidb
object.
limits
A SciDB-style character string representation of the coordinate limits.
schema
An optional SciDB array object or SciDB schema string that defines the coordinate limits.
between
If TRUE, form a SciDB between-style query, otherwise use subarray.
eval
If TRUE, execute the query and store the reult array. Otherwise defer evaluation.
Value
A new
scidb
object.
See Also
scidb