dimension-scidbst-methods: Dimension operations

Description Usage Arguments Value See Also Examples

Description

The listed functions are used to find the correct naming for the dimensions in order to address them correctly in other operations. The x dimension relates to a West-East dimension, whereas the y dimension relates to the North-South dimension. Also the function tdim returns the name of the temporal dimension used in SciDB.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## S4 method for signature 'scidbst'
dimensions(obj)

## S4 method for signature 'scidb'
dimensions(obj)

## S4 method for signature 'scidbst'
xdim(x)

## S4 method for signature 'SRS'
xdim(x)

## S4 method for signature 'scidbst'
ydim(x)

## S4 method for signature 'SRS'
ydim(x)

## S4 method for signature 'TRS'
tdim(x)

## S4 method for signature 'scidbst'
tdim(x)

Arguments

obj

scidbst object

x

scidbst object

Value

character refering to the name of the selected dimension(s).

See Also

dimensions

Examples

1
2
3
4
5
6
7
8
## Not run: 
starr = scidbst("st_array")
dimensions(starr)
xdim(starr)
ydim(starr)
tdim(starr)

## End(Not run)

flahn/scidbst documentation built on May 16, 2019, 1:15 p.m.