Learn R Programming

scidb (version 1.0-1)

names.scidb: Dimension names

Description

Return 2nd dimension names of a SciDB array with two or more dimensions, or just the single dimension names of a 1-d SciDB array reference object. Warning! Huge SciDB arrays can retun too much. See scidb for an example alternative approach.

Usage

## S3 method for class 'scidb':
names(x)

Arguments

x
A SciDB array reference object.

Value

  • Returns a vector of dimension names.