Return levels for this factor vector from a SciDB dimension array.
Usage
levels_scidb(x)
Arguments
x
An R factor vector created by factor_scidb.
Value
The SciDB dimension array levels associated with the factors in this vector.
Those levels may differ from the enumeration used for the R factor levels
returned by levels(x).